Shades of Light Green #96E69E
Tints of Light Green #96E69E
RGB
CMYK
RGB Variations
Color information
#96E69E (or 0x96E69E) is known color: Light Green. HEX triplet: 96, E6 and 9E. RGB value is (150,230,158). Sum of RGB (Red+Green+Blue) = 150+230+158=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #96E69E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E69E is #691961. Grayscale: #C6C6C6. Windows color (decimal): -6887778 or 10413718. OLE color: 10413718.
HSL color Cylindrical-coordinate representation of color #96E69E: hue angle of 126º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E69E is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 230 | 158 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.10 |
| HSL | 126º | 0.62% | 0.75% | - |
| HSV(B) | 126º | 0.35% | 0.9% | - |
| XYZ | 47.05 | 65.55 | 42.52 | - |
| YUV | 197.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 230 | 158 | 0.35 | 0 | 0.31 | 0.10 | 126 | 0.62 | 0.75 |
| Hex | 96 | E6 | 9E | 23 | 0 | 1F | A | 7E | 3E | 4B |
| Octal | 226 | 346 | 236 | 43 | 0 | 37 | 12 | 176 | 76 | 113 |
| Binary | 10010110 | 11100110 | 10011110 | 100011 | 0 | 11111 | 1010 | 1111110 | 111110 | 1001011 |
Color Harmonies of #96E69E
Complementary color
Monochromatic Colors of #96E69E
Black with #96E69E
Text Example
Text Example
White with #96E69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E69E; }
p { color: rgb(150,230,158); }
H1.HeaderClassName
{
color: #96E69E;
}
.AnyTagClassName
{
color: #96E69E;
}
</style>
background-color css
<style>
a { background-color: #96E69E; }
a { background-color: rgb(150,230,158); }
div.DivClassName
{
background-color: #96E69E;
}
.BgClassName
{
background-color: #96E69E;
}
</style>
border-color css
<style>
span { border-color: #96E69E; }
span { border-color: rgb(150,230,158); }
td.TdClassName
{
border-color: #96E69E;
}
.TagClassName
{
border-color: #96E69E;
}
</style>