#96F08C

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

Shades of Light Green #96F08C

Tints of Light Green #96F08C

Color information

#96F08C (or 0x96F08C) is unknown color: approx Light Green. HEX triplet: 96, F0 and 8C. RGB value is (150,240,140). Sum of RGB (Red+Green+Blue) = 150+240+140=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #96F08C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F08C is #690F73. Grayscale: #CACACA. Windows color (decimal): -6885236 or 9236630. OLE color: 9236630.

HSL color Cylindrical-coordinate representation of color #96F08C: hue angle of 114º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96F08C is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB150240140-
CMYK0.3700.420.06
HSL114º76.92%74.51%-
HSV(B)114º41.67%94.12%-
XYZ48.4770.735.9-
YUV201.6993.1891.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 240 (94.14% from 255) = 45.28%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=28.30%
G=45.28%
B=26.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502401400.3700.420.0611476.9274.51
Hex96F08C2502A6724d4b
Octal226360214450526162115113
Binary1001011011110000100011001001010101010110111001010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96F08C; }

 p { color: rgb(150,240,140); }

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

<style>
 a { background-color: #96F08C; }

 a { background-color: rgb(150,240,140); }

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

<style>
 span { border-color: #96F08C; }

 span { border-color: rgb(150,240,140); }

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