Shades of Light Green #96E299
Tints of Light Green #96E299
RGB
CMYK
RGB Variations
Color information
#96E299 (or 0x96E299) is known color: Light Green. HEX triplet: 96, E2 and 99. RGB value is (150,226,153). Sum of RGB (Red+Green+Blue) = 150+226+153=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #96E299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E299 is #691D66. Grayscale: #C3C3C3. Windows color (decimal): -6888807 or 10085014. OLE color: 10085014.
HSL color Cylindrical-coordinate representation of color #96E299: hue angle of 122.37º degrees, saturation: 0.57, 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 #96E299 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 153 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.11 |
| HSL | 122.37º | 0.57% | 0.74% | - |
| HSV(B) | 122.37º | 0.34% | 0.89% | - |
| XYZ | 45.52 | 63.18 | 39.93 | - |
| YUV | 194.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 153 | 0.34 | 0 | 0.32 | 0.11 | 122.37 | 0.57 | 0.74 |
| Hex | 96 | E2 | 99 | 22 | 0 | 20 | B | 7A | 39 | 4A |
| Octal | 226 | 342 | 231 | 42 | 0 | 40 | 13 | 172 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10011001 | 100010 | 0 | 100000 | 1011 | 1111010 | 111001 | 1001010 |
Color Harmonies of #96E299
Complementary color
Monochromatic Colors of #96E299
Black with #96E299
Text Example
Text Example
White with #96E299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E299; }
p { color: rgb(150,226,153); }
H1.HeaderClassName
{
color: #96E299;
}
.AnyTagClassName
{
color: #96E299;
}
</style>
background-color css
<style>
a { background-color: #96E299; }
a { background-color: rgb(150,226,153); }
div.DivClassName
{
background-color: #96E299;
}
.BgClassName
{
background-color: #96E299;
}
</style>
border-color css
<style>
span { border-color: #96E299; }
span { border-color: rgb(150,226,153); }
td.TdClassName
{
border-color: #96E299;
}
.TagClassName
{
border-color: #96E299;
}
</style>