Shades of Light Green #96E998
Tints of Light Green #96E998
RGB
CMYK
RGB Variations
Color information
#96E998 (or 0x96E998) is known color: Light Green. HEX triplet: 96, E9 and 98. RGB value is (150,233,152). Sum of RGB (Red+Green+Blue) = 150+233+152=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #96E998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E998 is #691667. Grayscale: #C7C7C7. Windows color (decimal): -6887016 or 10021270. OLE color: 10021270.
HSL color Cylindrical-coordinate representation of color #96E998: hue angle of 121.45º 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 #96E998 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 233 | 152 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.09 |
| HSL | 121.45º | 0.65% | 0.75% | - |
| HSV(B) | 121.45º | 0.36% | 0.91% | - |
| XYZ | 47.38 | 67.03 | 40.15 | - |
| YUV | 198.95 | 101.5 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 233 | 152 | 0.36 | 0 | 0.35 | 0.09 | 121.45 | 0.65 | 0.75 |
| Hex | 96 | E9 | 98 | 24 | 0 | 23 | 9 | 79 | 41 | 4B |
| Octal | 226 | 351 | 230 | 44 | 0 | 43 | 11 | 171 | 101 | 113 |
| Binary | 10010110 | 11101001 | 10011000 | 100100 | 0 | 100011 | 1001 | 1111001 | 1000001 | 1001011 |
Color Harmonies of #96E998
Complementary color
Monochromatic Colors of #96E998
Black with #96E998
Text Example
Text Example
White with #96E998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E998; }
p { color: rgb(150,233,152); }
H1.HeaderClassName
{
color: #96E998;
}
.AnyTagClassName
{
color: #96E998;
}
</style>
background-color css
<style>
a { background-color: #96E998; }
a { background-color: rgb(150,233,152); }
div.DivClassName
{
background-color: #96E998;
}
.BgClassName
{
background-color: #96E998;
}
</style>
border-color css
<style>
span { border-color: #96E998; }
span { border-color: rgb(150,233,152); }
td.TdClassName
{
border-color: #96E998;
}
.TagClassName
{
border-color: #96E998;
}
</style>