#94F88F

Color #94F88F Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #94F88F

Tints of Pale Green #94F88F

Color information

#94F88F (or 0x94F88F) is unknown color: approx Pale Green. HEX triplet: 94, F8 and 8F. RGB value is (148,248,143). Sum of RGB (Red+Green+Blue) = 148+248+143=539 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.46% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #94F88F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F88F is #6B0770. Grayscale: #CECECE. Windows color (decimal): -7014257 or 9435284. OLE color: 9435284.

HSL color Cylindrical-coordinate representation of color #94F88F: hue angle of 117.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94F88F is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.

Color convert

RGB148248143-
CMYK0.4000.420.03
HSL117.14º88.24%76.67%-
HSV(B)117.14º42.34%97.25%-
XYZ50.7475.4137.87-
YUV206.1392.3786.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 27.46%
GREEN value IS 248 (97.27% from 255) = 46.01%
BLUE value IS 143 (56.25% from 255) = 26.53%
R=27.46%
G=46.01%
B=26.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1482481430.4000.420.03117.1488.2476.67
Hex94F88F2802A375584d
Octal224370217500523165130115
Binary100101001111100010001111101000010101011111010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F88F; }

 p { color: rgb(148,248,143); }

 H1.HeaderClassName
 {
   color: #94F88F;
 }
 .AnyTagClassName
 {
   color: #94F88F;
 }
</style>
background-color css

<style>
 a { background-color: #94F88F; }

 a { background-color: rgb(148,248,143); }

 div.DivClassName
 {
   background-color: #94F88F;
 }
 .BgClassName
 {
   background-color: #94F88F;
 }
</style>
border-color css

<style>
 span { border-color: #94F88F; }

 span { border-color: rgb(148,248,143); }

 td.TdClassName
 {
   border-color: #94F88F;
 }
 .TagClassName
 {
   border-color: #94F88F;
 }
</style>