#96EA95

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

Shades of Light Green #96EA95

Tints of Light Green #96EA95

Color information

#96EA95 (or 0x96EA95) is unknown color: approx Light Green. HEX triplet: 96, EA and 95. RGB value is (150,234,149). Sum of RGB (Red+Green+Blue) = 150+234+149=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 234 (91.80% from 255 or 43.90% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EA95 is #69156A. Grayscale: #C7C7C7. Windows color (decimal): -6886763 or 9824918. OLE color: 9824918.

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

Color convert

RGB150234149-
CMYK0.3600.360.08
HSL119.29º66.93%75.1%-
HSV(B)119.29º36.32%91.76%-
XYZ47.4367.538.96-
YUV199.1999.6792.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 234 (91.80% from 255) = 43.90%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=28.14%
G=43.90%
B=27.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502341490.3600.360.08119.2966.9375.1
Hex96EA9524024877434b
Octal2263522254404410167103113
Binary10010110111010101001010110010001001001000111011110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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