Shades of Lawn Green #86EC20
Tints of Lawn Green #86EC20
RGB
CMYK
RGB Variations
Color information
#86EC20 (or 0x86EC20) is known color: Lawn Green. HEX triplet: 86, EC and 20. RGB value is (134,236,32). Sum of RGB (Red+Green+Blue) = 134+236+32=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 236 (92.58% from 255 or 58.71% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EC20 is #7913DF. Grayscale: #B6B6B6. Windows color (decimal): -7934944 or 2157702. OLE color: 2157702.
HSL color Cylindrical-coordinate representation of color #86EC20: hue angle of 90º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86EC20 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 32 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.07 |
| HSL | 90º | 0.84% | 0.53% | - |
| HSV(B) | 90º | 0.86% | 0.93% | - |
| XYZ | 40.09 | 65.16 | 11.83 | - |
| YUV | 182.25 | 43.21 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 32 | 0.43 | 0 | 0.86 | 0.07 | 90 | 0.84 | 0.53 |
| Hex | 86 | EC | 20 | 2B | 0 | 56 | 7 | 5A | 54 | 35 |
| Octal | 206 | 354 | 40 | 53 | 0 | 126 | 7 | 132 | 124 | 65 |
| Binary | 10000110 | 11101100 | 100000 | 101011 | 0 | 1010110 | 111 | 1011010 | 1010100 | 110101 |
Color Harmonies of #86EC20
Complementary color
Monochromatic Colors of #86EC20
Black with #86EC20
Text Example
Text Example
White with #86EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC20; }
p { color: rgb(134,236,32); }
H1.HeaderClassName
{
color: #86EC20;
}
.AnyTagClassName
{
color: #86EC20;
}
</style>
background-color css
<style>
a { background-color: #86EC20; }
a { background-color: rgb(134,236,32); }
div.DivClassName
{
background-color: #86EC20;
}
.BgClassName
{
background-color: #86EC20;
}
</style>
border-color css
<style>
span { border-color: #86EC20; }
span { border-color: rgb(134,236,32); }
td.TdClassName
{
border-color: #86EC20;
}
.TagClassName
{
border-color: #86EC20;
}
</style>