#96E49A

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

Shades of Light Green #96E49A

Tints of Light Green #96E49A

Color information

#96E49A (or 0x96E49A) is unknown color: approx Light Green. HEX triplet: 96, E4 and 9A. RGB value is (150,228,154). Sum of RGB (Red+Green+Blue) = 150+228+154=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #96E49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E49A is #691B65. Grayscale: #C4C4C4. Windows color (decimal): -6888294 or 10151062. OLE color: 10151062.

HSL color Cylindrical-coordinate representation of color #96E49A: hue angle of 123.08º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E49A is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB150228154-
CMYK0.3400.320.11
HSL123.08º59.09%74.12%-
HSV(B)123.08º34.21%89.41%-
XYZ46.1564.340.55-
YUV196.24104.1695.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.20%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=28.20%
G=42.86%
B=28.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502281540.3400.320.11123.0859.0974.12
Hex96E49A22020B7b3b4a
Octal226344232420401317373112
Binary1001011011100100100110101000100100000101111110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,228,154); }

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

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

 a { background-color: rgb(150,228,154); }

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

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

 span { border-color: rgb(150,228,154); }

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