Shades of Light Green #96EA9E
Tints of Light Green #96EA9E
RGB
CMYK
RGB Variations
Color information
#96EA9E (or 0x96EA9E) is known color: Light Green. HEX triplet: 96, EA and 9E. RGB value is (150,234,158). Sum of RGB (Red+Green+Blue) = 150+234+158=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EA9E is #691561. Grayscale: #C8C8C8. Windows color (decimal): -6886754 or 10414742. OLE color: 10414742.
HSL color Cylindrical-coordinate representation of color #96EA9E: hue angle of 125.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EA9E is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 158 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.08 |
| HSL | 125.71º | 0.67% | 0.75% | - |
| HSV(B) | 125.71º | 0.36% | 0.92% | - |
| XYZ | 48.17 | 67.8 | 42.9 | - |
| YUV | 200.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 158 | 0.36 | 0 | 0.32 | 0.08 | 125.71 | 0.67 | 0.75 |
| Hex | 96 | EA | 9E | 24 | 0 | 20 | 8 | 7E | 43 | 4B |
| Octal | 226 | 352 | 236 | 44 | 0 | 40 | 10 | 176 | 103 | 113 |
| Binary | 10010110 | 11101010 | 10011110 | 100100 | 0 | 100000 | 1000 | 1111110 | 1000011 | 1001011 |
Color Harmonies of #96EA9E
Complementary color
Monochromatic Colors of #96EA9E
Black with #96EA9E
Text Example
Text Example
White with #96EA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA9E; }
p { color: rgb(150,234,158); }
H1.HeaderClassName
{
color: #96EA9E;
}
.AnyTagClassName
{
color: #96EA9E;
}
</style>
background-color css
<style>
a { background-color: #96EA9E; }
a { background-color: rgb(150,234,158); }
div.DivClassName
{
background-color: #96EA9E;
}
.BgClassName
{
background-color: #96EA9E;
}
</style>
border-color css
<style>
span { border-color: #96EA9E; }
span { border-color: rgb(150,234,158); }
td.TdClassName
{
border-color: #96EA9E;
}
.TagClassName
{
border-color: #96EA9E;
}
</style>