#96F18E

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

Shades of Light Green #96F18E

Tints of Light Green #96F18E

Color information

#96F18E (or 0x96F18E) is unknown color: approx Light Green. HEX triplet: 96, F1 and 8E. RGB value is (150,241,142). Sum of RGB (Red+Green+Blue) = 150+241+142=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 142 (55.86% from 255 or 26.64% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #96F18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F18E is #690E71. Grayscale: #CACACA. Windows color (decimal): -6884978 or 9367958. OLE color: 9367958.

HSL color Cylindrical-coordinate representation of color #96F18E: hue angle of 115.15º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96F18E is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB150241142-
CMYK0.3800.410.05
HSL115.15º77.95%75.1%-
HSV(B)115.15º41.08%94.51%-
XYZ48.9271.3536.78-
YUV202.593.8590.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 241 (94.53% from 255) = 45.22%
BLUE value IS 142 (55.86% from 255) = 26.64%
R=28.14%
G=45.22%
B=26.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411420.3800.410.05115.1577.9575.1
Hex96F18E260295734e4b
Octal226361216460515163116113
Binary1001011011110001100011101001100101001101111001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,241,142); }

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

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

 a { background-color: rgb(150,241,142); }

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

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

 span { border-color: rgb(150,241,142); }

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