#96E495

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

Shades of Light Green #96E495

Tints of Light Green #96E495

Color information

#96E495 (or 0x96E495) is unknown color: approx Light Green. HEX triplet: 96, E4 and 95. RGB value is (150,228,149). Sum of RGB (Red+Green+Blue) = 150+228+149=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #96E495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E495 is #691B6A. Grayscale: #C3C3C3. Windows color (decimal): -6888299 or 9823382. OLE color: 9823382.

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

Color convert

RGB150228149-
CMYK0.3400.350.11
HSL119.24º59.4%73.92%-
HSV(B)119.24º34.65%89.41%-
XYZ45.7564.1438.4-
YUV195.67101.6695.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 228 (89.45% from 255) = 43.26%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=28.46%
G=43.26%
B=28.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502281490.3400.350.11119.2459.473.92
Hex96E49522023B773b4a
Octal226344225420431316773112
Binary1001011011100100100101011000100100011101111101111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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