Shades of Light Green #96E39E
Tints of Light Green #96E39E
RGB
CMYK
RGB Variations
Color information
#96E39E (or 0x96E39E) is known color: Light Green. HEX triplet: 96, E3 and 9E. RGB value is (150,227,158). Sum of RGB (Red+Green+Blue) = 150+227+158=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #96E39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E39E is #691C61. Grayscale: #C4C4C4. Windows color (decimal): -6888546 or 10412950. OLE color: 10412950.
HSL color Cylindrical-coordinate representation of color #96E39E: hue angle of 126.23º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E39E is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 158 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.11 |
| HSL | 126.23º | 0.58% | 0.74% | - |
| HSV(B) | 126.23º | 0.34% | 0.89% | - |
| XYZ | 46.22 | 63.89 | 42.24 | - |
| YUV | 196.11 | 106.49 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 158 | 0.34 | 0 | 0.30 | 0.11 | 126.23 | 0.58 | 0.74 |
| Hex | 96 | E3 | 9E | 22 | 0 | 1E | B | 7E | 3A | 4A |
| Octal | 226 | 343 | 236 | 42 | 0 | 36 | 13 | 176 | 72 | 112 |
| Binary | 10010110 | 11100011 | 10011110 | 100010 | 0 | 11110 | 1011 | 1111110 | 111010 | 1001010 |
Color Harmonies of #96E39E
Complementary color
Monochromatic Colors of #96E39E
Black with #96E39E
Text Example
Text Example
White with #96E39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E39E; }
p { color: rgb(150,227,158); }
H1.HeaderClassName
{
color: #96E39E;
}
.AnyTagClassName
{
color: #96E39E;
}
</style>
background-color css
<style>
a { background-color: #96E39E; }
a { background-color: rgb(150,227,158); }
div.DivClassName
{
background-color: #96E39E;
}
.BgClassName
{
background-color: #96E39E;
}
</style>
border-color css
<style>
span { border-color: #96E39E; }
span { border-color: rgb(150,227,158); }
td.TdClassName
{
border-color: #96E39E;
}
.TagClassName
{
border-color: #96E39E;
}
</style>