#96EA91

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

Shades of Light Green #96EA91

Tints of Light Green #96EA91

Color information

#96EA91 (or 0x96EA91) is unknown color: approx Light Green. HEX triplet: 96, EA and 91. RGB value is (150,234,145). Sum of RGB (Red+Green+Blue) = 150+234+145=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EA91 is #69156E. Grayscale: #C7C7C7. Windows color (decimal): -6886767 or 9562774. OLE color: 9562774.

HSL color Cylindrical-coordinate representation of color #96EA91: hue angle of 116.63º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96EA91 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB150234145-
CMYK0.3600.380.08
HSL116.63º67.94%74.31%-
HSV(B)116.63º38.03%91.76%-
XYZ47.1167.3737.31-
YUV198.7497.6793.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=28.36%
G=44.23%
B=27.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502341450.3600.380.08116.6367.9474.31
Hex96EA9124026875444a
Octal2263522214404610165104112
Binary10010110111010101001000110010001001101000111010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,234,145); }

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

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

 a { background-color: rgb(150,234,145); }

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

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

 span { border-color: rgb(150,234,145); }

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