Shades of Light Green #96EA8C
Tints of Light Green #96EA8C
RGB
CMYK
RGB Variations
Color information
#96EA8C (or 0x96EA8C) is known color: Light Green. HEX triplet: 96, EA and 8C. RGB value is (150,234,140). Sum of RGB (Red+Green+Blue) = 150+234+140=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EA8C is #691573. Grayscale: #C6C6C6. Windows color (decimal): -6886772 or 9235094. OLE color: 9235094.
HSL color Cylindrical-coordinate representation of color #96EA8C: hue angle of 113.62º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96EA8C is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 234 | 140 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.08 |
| HSL | 113.62º | 0.69% | 0.73% | - |
| HSV(B) | 113.62º | 0.4% | 0.92% | - |
| XYZ | 46.73 | 67.22 | 35.32 | - |
| YUV | 198.17 | 95.17 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 234 | 140 | 0.36 | 0 | 0.40 | 0.08 | 113.62 | 0.69 | 0.73 |
| Hex | 96 | EA | 8C | 24 | 0 | 28 | 8 | 72 | 45 | 49 |
| Octal | 226 | 352 | 214 | 44 | 0 | 50 | 10 | 162 | 105 | 111 |
| Binary | 10010110 | 11101010 | 10001100 | 100100 | 0 | 101000 | 1000 | 1110010 | 1000101 | 1001001 |
Color Harmonies of #96EA8C
Complementary color
Monochromatic Colors of #96EA8C
Black with #96EA8C
Text Example
Text Example
White with #96EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EA8C; }
p { color: rgb(150,234,140); }
H1.HeaderClassName
{
color: #96EA8C;
}
.AnyTagClassName
{
color: #96EA8C;
}
</style>
background-color css
<style>
a { background-color: #96EA8C; }
a { background-color: rgb(150,234,140); }
div.DivClassName
{
background-color: #96EA8C;
}
.BgClassName
{
background-color: #96EA8C;
}
</style>
border-color css
<style>
span { border-color: #96EA8C; }
span { border-color: rgb(150,234,140); }
td.TdClassName
{
border-color: #96EA8C;
}
.TagClassName
{
border-color: #96EA8C;
}
</style>