Shades of Light Green #96E695
Tints of Light Green #96E695
RGB
CMYK
RGB Variations
Color information
#96E695 (or 0x96E695) is known color: Light Green. HEX triplet: 96, E6 and 95. RGB value is (150,230,149). Sum of RGB (Red+Green+Blue) = 150+230+149=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #96E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E695 is #69196A. Grayscale: #C5C5C5. Windows color (decimal): -6887787 or 9823894. OLE color: 9823894.
HSL color Cylindrical-coordinate representation of color #96E695: hue angle of 119.26º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E695 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 230 | 149 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.10 |
| HSL | 119.26º | 0.62% | 0.74% | - |
| HSV(B) | 119.26º | 0.35% | 0.9% | - |
| XYZ | 46.3 | 65.25 | 38.59 | - |
| YUV | 196.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 230 | 149 | 0.35 | 0 | 0.35 | 0.10 | 119.26 | 0.62 | 0.74 |
| Hex | 96 | E6 | 95 | 23 | 0 | 23 | A | 77 | 3E | 4A |
| Octal | 226 | 346 | 225 | 43 | 0 | 43 | 12 | 167 | 76 | 112 |
| Binary | 10010110 | 11100110 | 10010101 | 100011 | 0 | 100011 | 1010 | 1110111 | 111110 | 1001010 |
Color Harmonies of #96E695
Complementary color
Monochromatic Colors of #96E695
Black with #96E695
Text Example
Text Example
White with #96E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E695; }
p { color: rgb(150,230,149); }
H1.HeaderClassName
{
color: #96E695;
}
.AnyTagClassName
{
color: #96E695;
}
</style>
background-color css
<style>
a { background-color: #96E695; }
a { background-color: rgb(150,230,149); }
div.DivClassName
{
background-color: #96E695;
}
.BgClassName
{
background-color: #96E695;
}
</style>
border-color css
<style>
span { border-color: #96E695; }
span { border-color: rgb(150,230,149); }
td.TdClassName
{
border-color: #96E695;
}
.TagClassName
{
border-color: #96E695;
}
</style>