Shades of Light Green #96E29D
Tints of Light Green #96E29D
RGB
CMYK
RGB Variations
Color information
#96E29D (or 0x96E29D) is known color: Light Green. HEX triplet: 96, E2 and 9D. RGB value is (150,226,157). Sum of RGB (Red+Green+Blue) = 150+226+157=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #96E29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E29D is #691D62. Grayscale: #C3C3C3. Windows color (decimal): -6888803 or 10347158. OLE color: 10347158.
HSL color Cylindrical-coordinate representation of color #96E29D: hue angle of 125.53º 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 #96E29D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 226 | 157 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.11 |
| HSL | 125.53º | 0.57% | 0.74% | - |
| HSV(B) | 125.53º | 0.34% | 0.89% | - |
| XYZ | 45.86 | 63.31 | 41.7 | - |
| YUV | 195.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 226 | 157 | 0.34 | 0 | 0.31 | 0.11 | 125.53 | 0.57 | 0.74 |
| Hex | 96 | E2 | 9D | 22 | 0 | 1F | B | 7E | 39 | 4A |
| Octal | 226 | 342 | 235 | 42 | 0 | 37 | 13 | 176 | 71 | 112 |
| Binary | 10010110 | 11100010 | 10011101 | 100010 | 0 | 11111 | 1011 | 1111110 | 111001 | 1001010 |
Color Harmonies of #96E29D
Complementary color
Monochromatic Colors of #96E29D
Black with #96E29D
Text Example
Text Example
White with #96E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E29D; }
p { color: rgb(150,226,157); }
H1.HeaderClassName
{
color: #96E29D;
}
.AnyTagClassName
{
color: #96E29D;
}
</style>
background-color css
<style>
a { background-color: #96E29D; }
a { background-color: rgb(150,226,157); }
div.DivClassName
{
background-color: #96E29D;
}
.BgClassName
{
background-color: #96E29D;
}
</style>
border-color css
<style>
span { border-color: #96E29D; }
span { border-color: rgb(150,226,157); }
td.TdClassName
{
border-color: #96E29D;
}
.TagClassName
{
border-color: #96E29D;
}
</style>