Shades of Light Green #96EC91
Tints of Light Green #96EC91
RGB
CMYK
RGB Variations
Color information
#96EC91 (or 0x96EC91) is known color: Light Green. HEX triplet: 96, EC and 91. RGB value is (150,236,145). Sum of RGB (Red+Green+Blue) = 150+236+145=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EC91 is #69136E. Grayscale: #C8C8C8. Windows color (decimal): -6886255 or 9563286. OLE color: 9563286.
HSL color Cylindrical-coordinate representation of color #96EC91: hue angle of 116.7º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96EC91 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 145 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.07 |
| HSL | 116.7º | 0.71% | 0.75% | - |
| HSV(B) | 116.7º | 0.39% | 0.93% | - |
| XYZ | 47.68 | 68.52 | 37.5 | - |
| YUV | 199.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 145 | 0.36 | 0 | 0.39 | 0.07 | 116.7 | 0.71 | 0.75 |
| Hex | 96 | EC | 91 | 24 | 0 | 27 | 7 | 75 | 47 | 4B |
| Octal | 226 | 354 | 221 | 44 | 0 | 47 | 7 | 165 | 107 | 113 |
| Binary | 10010110 | 11101100 | 10010001 | 100100 | 0 | 100111 | 111 | 1110101 | 1000111 | 1001011 |
Color Harmonies of #96EC91
Complementary color
Monochromatic Colors of #96EC91
Black with #96EC91
Text Example
Text Example
White with #96EC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC91; }
p { color: rgb(150,236,145); }
H1.HeaderClassName
{
color: #96EC91;
}
.AnyTagClassName
{
color: #96EC91;
}
</style>
background-color css
<style>
a { background-color: #96EC91; }
a { background-color: rgb(150,236,145); }
div.DivClassName
{
background-color: #96EC91;
}
.BgClassName
{
background-color: #96EC91;
}
</style>
border-color css
<style>
span { border-color: #96EC91; }
span { border-color: rgb(150,236,145); }
td.TdClassName
{
border-color: #96EC91;
}
.TagClassName
{
border-color: #96EC91;
}
</style>