Shades of Light Green #86E896
Tints of Light Green #86E896
RGB
CMYK
RGB Variations
Color information
#86E896 (or 0x86E896) is known color: Light Green. HEX triplet: 86, E8 and 96. RGB value is (134,232,150). Sum of RGB (Red+Green+Blue) = 134+232+150=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #86E896 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E896 is #791769. Grayscale: #C1C1C1. Windows color (decimal): -7935850 or 9889926. OLE color: 9889926.
HSL color Cylindrical-coordinate representation of color #86E896: hue angle of 129.8º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E896 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 232 | 150 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.09 |
| HSL | 129.8º | 0.68% | 0.72% | - |
| HSV(B) | 129.8º | 0.42% | 0.91% | - |
| XYZ | 44.19 | 64.98 | 39.07 | - |
| YUV | 193.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 232 | 150 | 0.42 | 0 | 0.35 | 0.09 | 129.8 | 0.68 | 0.72 |
| Hex | 86 | E8 | 96 | 2A | 0 | 23 | 9 | 82 | 44 | 48 |
| Octal | 206 | 350 | 226 | 52 | 0 | 43 | 11 | 202 | 104 | 110 |
| Binary | 10000110 | 11101000 | 10010110 | 101010 | 0 | 100011 | 1001 | 10000010 | 1000100 | 1001000 |
Color Harmonies of #86E896
Complementary color
Monochromatic Colors of #86E896
Black with #86E896
Text Example
Text Example
White with #86E896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E896; }
p { color: rgb(134,232,150); }
H1.HeaderClassName
{
color: #86E896;
}
.AnyTagClassName
{
color: #86E896;
}
</style>
background-color css
<style>
a { background-color: #86E896; }
a { background-color: rgb(134,232,150); }
div.DivClassName
{
background-color: #86E896;
}
.BgClassName
{
background-color: #86E896;
}
</style>
border-color css
<style>
span { border-color: #86E896; }
span { border-color: rgb(134,232,150); }
td.TdClassName
{
border-color: #86E896;
}
.TagClassName
{
border-color: #86E896;
}
</style>