Shades of Light Green #96E19D
Tints of Light Green #96E19D
RGB
CMYK
RGB Variations
Color information
#96E19D (or 0x96E19D) is known color: Light Green. HEX triplet: 96, E1 and 9D. RGB value is (150,225,157). Sum of RGB (Red+Green+Blue) = 150+225+157=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #96E19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E19D is #691E62. Grayscale: #C3C3C3. Windows color (decimal): -6889059 or 10346902. OLE color: 10346902.
HSL color Cylindrical-coordinate representation of color #96E19D: hue angle of 125.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E19D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 157 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.12 |
| HSL | 125.6º | 0.56% | 0.74% | - |
| HSV(B) | 125.6º | 0.33% | 0.88% | - |
| XYZ | 45.59 | 62.77 | 41.61 | - |
| YUV | 194.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 157 | 0.33 | 0 | 0.30 | 0.12 | 125.6 | 0.56 | 0.74 |
| Hex | 96 | E1 | 9D | 21 | 0 | 1E | C | 7E | 38 | 4A |
| Octal | 226 | 341 | 235 | 41 | 0 | 36 | 14 | 176 | 70 | 112 |
| Binary | 10010110 | 11100001 | 10011101 | 100001 | 0 | 11110 | 1100 | 1111110 | 111000 | 1001010 |
Color Harmonies of #96E19D
Complementary color
Monochromatic Colors of #96E19D
Black with #96E19D
Text Example
Text Example
White with #96E19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E19D; }
p { color: rgb(150,225,157); }
H1.HeaderClassName
{
color: #96E19D;
}
.AnyTagClassName
{
color: #96E19D;
}
</style>
background-color css
<style>
a { background-color: #96E19D; }
a { background-color: rgb(150,225,157); }
div.DivClassName
{
background-color: #96E19D;
}
.BgClassName
{
background-color: #96E19D;
}
</style>
border-color css
<style>
span { border-color: #96E19D; }
span { border-color: rgb(150,225,157); }
td.TdClassName
{
border-color: #96E19D;
}
.TagClassName
{
border-color: #96E19D;
}
</style>