#96F58F

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

Shades of Light Green #96F58F

Tints of Light Green #96F58F

Color information

#96F58F (or 0x96F58F) is unknown color: approx Light Green. HEX triplet: 96, F5 and 8F. RGB value is (150,245,143). Sum of RGB (Red+Green+Blue) = 150+245+143=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #96F58F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F58F is #690A70. Grayscale: #CDCDCD. Windows color (decimal): -6883953 or 9434518. OLE color: 9434518.

HSL color Cylindrical-coordinate representation of color #96F58F: hue angle of 115.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96F58F is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB150245143-
CMYK0.3900.420.04
HSL115.88º83.61%76.08%-
HSV(B)115.88º41.63%96.08%-
XYZ50.1973.7737.58-
YUV204.9793.0388.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 143 (56.25% from 255) = 26.58%
R=27.88%
G=45.54%
B=26.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1502451430.3900.420.04115.8883.6176.08
Hex96F58F2702A474544c
Octal226365217470524164124114
Binary1001011011110101100011111001110101010100111010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,245,143); }

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

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

 a { background-color: rgb(150,245,143); }

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

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

 span { border-color: rgb(150,245,143); }

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