Shades of Light Green #96E29A
Tints of Light Green #96E29A
RGB
CMYK
RGB Variations
Color information
#96E29A (or 0x96E29A) is known color: Light Green. HEX triplet: 96, E2 and 9A. RGB value is (150,226,154). Sum of RGB (Red+Green+Blue) = 150+226+154=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #96E29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E29A is #691D65. Grayscale: #C3C3C3. Windows color (decimal): -6888806 or 10150550. OLE color: 10150550.
HSL color Cylindrical-coordinate representation of color #96E29A: hue angle of 123.16º 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 #96E29A is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 154 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.11 |
| HSL | 123.16º | 0.57% | 0.74% | - |
| HSV(B) | 123.16º | 0.34% | 0.89% | - |
| XYZ | 45.61 | 63.21 | 40.37 | - |
| YUV | 195.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 154 | 0.34 | 0 | 0.32 | 0.11 | 123.16 | 0.57 | 0.74 |
| Hex | 96 | E2 | 9A | 22 | 0 | 20 | B | 7B | 39 | 4A |
| Octal | 226 | 342 | 232 | 42 | 0 | 40 | 13 | 173 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10011010 | 100010 | 0 | 100000 | 1011 | 1111011 | 111001 | 1001010 |
Color Harmonies of #96E29A
Complementary color
Monochromatic Colors of #96E29A
Black with #96E29A
Text Example
Text Example
White with #96E29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E29A; }
p { color: rgb(150,226,154); }
H1.HeaderClassName
{
color: #96E29A;
}
.AnyTagClassName
{
color: #96E29A;
}
</style>
background-color css
<style>
a { background-color: #96E29A; }
a { background-color: rgb(150,226,154); }
div.DivClassName
{
background-color: #96E29A;
}
.BgClassName
{
background-color: #96E29A;
}
</style>
border-color css
<style>
span { border-color: #96E29A; }
span { border-color: rgb(150,226,154); }
td.TdClassName
{
border-color: #96E29A;
}
.TagClassName
{
border-color: #96E29A;
}
</style>