Shades of Light Green #96E996
Tints of Light Green #96E996
RGB
CMYK
RGB Variations
Color information
#96E996 (or 0x96E996) is known color: Light Green. HEX triplet: 96, E9 and 96. RGB value is (150,233,150). Sum of RGB (Red+Green+Blue) = 150+233+150=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #96E996 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E996 is #691669. Grayscale: #C6C6C6. Windows color (decimal): -6887018 or 9890198. OLE color: 9890198.
HSL color Cylindrical-coordinate representation of color #96E996: hue angle of 120º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E996 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 233 | 150 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.09 |
| HSL | 120º | 0.65% | 0.75% | - |
| HSV(B) | 120º | 0.36% | 0.91% | - |
| XYZ | 47.22 | 66.96 | 39.29 | - |
| YUV | 198.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 233 | 150 | 0.36 | 0 | 0.36 | 0.09 | 120 | 0.65 | 0.75 |
| Hex | 96 | E9 | 96 | 24 | 0 | 24 | 9 | 78 | 41 | 4B |
| Octal | 226 | 351 | 226 | 44 | 0 | 44 | 11 | 170 | 101 | 113 |
| Binary | 10010110 | 11101001 | 10010110 | 100100 | 0 | 100100 | 1001 | 1111000 | 1000001 | 1001011 |
Color Harmonies of #96E996
Complementary color
Monochromatic Colors of #96E996
Black with #96E996
Text Example
Text Example
White with #96E996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E996; }
p { color: rgb(150,233,150); }
H1.HeaderClassName
{
color: #96E996;
}
.AnyTagClassName
{
color: #96E996;
}
</style>
background-color css
<style>
a { background-color: #96E996; }
a { background-color: rgb(150,233,150); }
div.DivClassName
{
background-color: #96E996;
}
.BgClassName
{
background-color: #96E996;
}
</style>
border-color css
<style>
span { border-color: #96E996; }
span { border-color: rgb(150,233,150); }
td.TdClassName
{
border-color: #96E996;
}
.TagClassName
{
border-color: #96E996;
}
</style>