#96EE8C

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

Shades of Light Green #96EE8C

Tints of Light Green #96EE8C

Color information

#96EE8C (or 0x96EE8C) is unknown color: approx Light Green. HEX triplet: 96, EE and 8C. RGB value is (150,238,140). Sum of RGB (Red+Green+Blue) = 150+238+140=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EE8C is #691173. Grayscale: #C8C8C8. Windows color (decimal): -6885748 or 9236118. OLE color: 9236118.

HSL color Cylindrical-coordinate representation of color #96EE8C: hue angle of 113.88º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96EE8C is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB150238140-
CMYK0.3700.410.07
HSL113.88º74.24%74.12%-
HSV(B)113.88º41.18%93.33%-
XYZ47.8969.5335.71-
YUV200.5293.8591.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 238 (93.36% from 255) = 45.08%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=28.41%
G=45.08%
B=26.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502381400.3700.410.07113.8874.2474.12
Hex96EE8C250297724a4a
Octal226356214450517162112112
Binary1001011011101110100011001001010101001111111001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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