Shades of Light Green #96EC9E
Tints of Light Green #96EC9E
RGB
CMYK
RGB Variations
Color information
#96EC9E (or 0x96EC9E) is known color: Light Green. HEX triplet: 96, EC and 9E. RGB value is (150,236,158). Sum of RGB (Red+Green+Blue) = 150+236+158=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EC9E is #691361. Grayscale: #C9C9C9. Windows color (decimal): -6886242 or 10415254. OLE color: 10415254.
HSL color Cylindrical-coordinate representation of color #96EC9E: hue angle of 125.58º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EC9E is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 158 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.07 |
| HSL | 125.58º | 0.69% | 0.76% | - |
| HSV(B) | 125.58º | 0.36% | 0.93% | - |
| XYZ | 48.74 | 68.94 | 43.09 | - |
| YUV | 201.39 | 103.51 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 158 | 0.36 | 0 | 0.33 | 0.07 | 125.58 | 0.69 | 0.76 |
| Hex | 96 | EC | 9E | 24 | 0 | 21 | 7 | 7E | 45 | 4C |
| Octal | 226 | 354 | 236 | 44 | 0 | 41 | 7 | 176 | 105 | 114 |
| Binary | 10010110 | 11101100 | 10011110 | 100100 | 0 | 100001 | 111 | 1111110 | 1000101 | 1001100 |
Color Harmonies of #96EC9E
Complementary color
Monochromatic Colors of #96EC9E
Black with #96EC9E
Text Example
Text Example
White with #96EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC9E; }
p { color: rgb(150,236,158); }
H1.HeaderClassName
{
color: #96EC9E;
}
.AnyTagClassName
{
color: #96EC9E;
}
</style>
background-color css
<style>
a { background-color: #96EC9E; }
a { background-color: rgb(150,236,158); }
div.DivClassName
{
background-color: #96EC9E;
}
.BgClassName
{
background-color: #96EC9E;
}
</style>
border-color css
<style>
span { border-color: #96EC9E; }
span { border-color: rgb(150,236,158); }
td.TdClassName
{
border-color: #96EC9E;
}
.TagClassName
{
border-color: #96EC9E;
}
</style>