Shades of Light Green #96E7A0
Tints of Light Green #96E7A0
RGB
CMYK
RGB Variations
Color information
#96E7A0 (or 0x96E7A0) is known color: Light Green. HEX triplet: 96, E7 and A0. RGB value is (150,231,160). Sum of RGB (Red+Green+Blue) = 150+231+160=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #96E7A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E7A0 is #69185F. Grayscale: #C6C6C6. Windows color (decimal): -6887520 or 10545046. OLE color: 10545046.
HSL color Cylindrical-coordinate representation of color #96E7A0: hue angle of 127.41º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E7A0 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 160 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.09 |
| HSL | 127.41º | 0.63% | 0.75% | - |
| HSV(B) | 127.41º | 0.35% | 0.91% | - |
| XYZ | 47.5 | 66.17 | 43.53 | - |
| YUV | 198.69 | 106.16 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 160 | 0.35 | 0 | 0.31 | 0.09 | 127.41 | 0.63 | 0.75 |
| Hex | 96 | E7 | A0 | 23 | 0 | 1F | 9 | 7F | 3F | 4B |
| Octal | 226 | 347 | 240 | 43 | 0 | 37 | 11 | 177 | 77 | 113 |
| Binary | 10010110 | 11100111 | 10100000 | 100011 | 0 | 11111 | 1001 | 1111111 | 111111 | 1001011 |
Color Harmonies of #96E7A0
Complementary color
Monochromatic Colors of #96E7A0
Black with #96E7A0
Text Example
Text Example
White with #96E7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E7A0; }
p { color: rgb(150,231,160); }
H1.HeaderClassName
{
color: #96E7A0;
}
.AnyTagClassName
{
color: #96E7A0;
}
</style>
background-color css
<style>
a { background-color: #96E7A0; }
a { background-color: rgb(150,231,160); }
div.DivClassName
{
background-color: #96E7A0;
}
.BgClassName
{
background-color: #96E7A0;
}
</style>
border-color css
<style>
span { border-color: #96E7A0; }
span { border-color: rgb(150,231,160); }
td.TdClassName
{
border-color: #96E7A0;
}
.TagClassName
{
border-color: #96E7A0;
}
</style>