Shades of Light Green #96E992
Tints of Light Green #96E992
RGB
CMYK
RGB Variations
Color information
#96E992 (or 0x96E992) is known color: Light Green. HEX triplet: 96, E9 and 92. RGB value is (150,233,146). Sum of RGB (Red+Green+Blue) = 150+233+146=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #96E992 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E992 is #69166D. Grayscale: #C6C6C6. Windows color (decimal): -6887022 or 9628054. OLE color: 9628054.
HSL color Cylindrical-coordinate representation of color #96E992: hue angle of 117.24º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96E992 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 233 | 146 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.09 |
| HSL | 117.24º | 0.66% | 0.74% | - |
| HSV(B) | 117.24º | 0.37% | 0.91% | - |
| XYZ | 46.9 | 66.84 | 37.62 | - |
| YUV | 198.27 | 98.5 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 233 | 146 | 0.36 | 0 | 0.37 | 0.09 | 117.24 | 0.66 | 0.74 |
| Hex | 96 | E9 | 92 | 24 | 0 | 25 | 9 | 75 | 42 | 4A |
| Octal | 226 | 351 | 222 | 44 | 0 | 45 | 11 | 165 | 102 | 112 |
| Binary | 10010110 | 11101001 | 10010010 | 100100 | 0 | 100101 | 1001 | 1110101 | 1000010 | 1001010 |
Color Harmonies of #96E992
Complementary color
Monochromatic Colors of #96E992
Black with #96E992
Text Example
Text Example
White with #96E992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E992; }
p { color: rgb(150,233,146); }
H1.HeaderClassName
{
color: #96E992;
}
.AnyTagClassName
{
color: #96E992;
}
</style>
background-color css
<style>
a { background-color: #96E992; }
a { background-color: rgb(150,233,146); }
div.DivClassName
{
background-color: #96E992;
}
.BgClassName
{
background-color: #96E992;
}
</style>
border-color css
<style>
span { border-color: #96E992; }
span { border-color: rgb(150,233,146); }
td.TdClassName
{
border-color: #96E992;
}
.TagClassName
{
border-color: #96E992;
}
</style>