Shades of Light Green #96EBA0
Tints of Light Green #96EBA0
RGB
CMYK
RGB Variations
Color information
#96EBA0 (or 0x96EBA0) is known color: Light Green. HEX triplet: 96, EB and A0. RGB value is (150,235,160). Sum of RGB (Red+Green+Blue) = 150+235+160=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EBA0 is #69145F. Grayscale: #C9C9C9. Windows color (decimal): -6886496 or 10546070. OLE color: 10546070.
HSL color Cylindrical-coordinate representation of color #96EBA0: hue angle of 127.06º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBA0 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 235 | 160 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.08 |
| HSL | 127.06º | 0.68% | 0.75% | - |
| HSV(B) | 127.06º | 0.36% | 0.92% | - |
| XYZ | 48.63 | 68.44 | 43.9 | - |
| YUV | 201.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 235 | 160 | 0.36 | 0 | 0.32 | 0.08 | 127.06 | 0.68 | 0.75 |
| Hex | 96 | EB | A0 | 24 | 0 | 20 | 8 | 7F | 44 | 4B |
| Octal | 226 | 353 | 240 | 44 | 0 | 40 | 10 | 177 | 104 | 113 |
| Binary | 10010110 | 11101011 | 10100000 | 100100 | 0 | 100000 | 1000 | 1111111 | 1000100 | 1001011 |
Color Harmonies of #96EBA0
Complementary color
Monochromatic Colors of #96EBA0
Black with #96EBA0
Text Example
Text Example
White with #96EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EBA0; }
p { color: rgb(150,235,160); }
H1.HeaderClassName
{
color: #96EBA0;
}
.AnyTagClassName
{
color: #96EBA0;
}
</style>
background-color css
<style>
a { background-color: #96EBA0; }
a { background-color: rgb(150,235,160); }
div.DivClassName
{
background-color: #96EBA0;
}
.BgClassName
{
background-color: #96EBA0;
}
</style>
border-color css
<style>
span { border-color: #96EBA0; }
span { border-color: rgb(150,235,160); }
td.TdClassName
{
border-color: #96EBA0;
}
.TagClassName
{
border-color: #96EBA0;
}
</style>