#94F38C

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

Shades of Light Green #94F38C

Tints of Light Green #94F38C

Color information

#94F38C (or 0x94F38C) is unknown color: approx Light Green. HEX triplet: 94, F3 and 8C. RGB value is (148,243,140). Sum of RGB (Red+Green+Blue) = 148+243+140=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #94F38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F38C is #6B0C73. Grayscale: #CBCBCB. Windows color (decimal): -7015540 or 9237396. OLE color: 9237396.

HSL color Cylindrical-coordinate representation of color #94F38C: hue angle of 115.34º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94F38C is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB148243140-
CMYK0.3900.420.05
HSL115.34º81.1%75.1%-
HSV(B)115.34º42.39%95.29%-
XYZ4972.2936.18-
YUV202.8592.5388.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 243 (95.31% from 255) = 45.76%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=27.87%
G=45.76%
B=26.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482431400.3900.420.05115.3481.175.1
Hex94F38C2702A573514b
Octal224363214470525163121113
Binary1001010011110011100011001001110101010101111001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,243,140); }

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

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

 a { background-color: rgb(148,243,140); }

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

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

 span { border-color: rgb(148,243,140); }

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