Shades of Lawn Green #86EC12
Tints of Lawn Green #86EC12
RGB
CMYK
RGB Variations
Color information
#86EC12 (or 0x86EC12) is known color: Lawn Green. HEX triplet: 86, EC and 12. RGB value is (134,236,18). Sum of RGB (Red+Green+Blue) = 134+236+18=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86EC12 is #7913ED. Grayscale: #B5B5B5. Windows color (decimal): -7934958 or 1240198. OLE color: 1240198.
HSL color Cylindrical-coordinate representation of color #86EC12: hue angle of 88.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86EC12 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 18 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.07 |
| HSL | 88.07º | 0.86% | 0.5% | - |
| HSV(B) | 88.07º | 0.92% | 0.93% | - |
| XYZ | 39.94 | 65.1 | 11.03 | - |
| YUV | 180.65 | 36.21 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 18 | 0.43 | 0 | 0.92 | 0.07 | 88.07 | 0.86 | 0.5 |
| Hex | 86 | EC | 12 | 2B | 0 | 5C | 7 | 58 | 56 | 32 |
| Octal | 206 | 354 | 22 | 53 | 0 | 134 | 7 | 130 | 126 | 62 |
| Binary | 10000110 | 11101100 | 10010 | 101011 | 0 | 1011100 | 111 | 1011000 | 1010110 | 110010 |
Color Harmonies of #86EC12
Complementary color
Monochromatic Colors of #86EC12
Black with #86EC12
Text Example
Text Example
White with #86EC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC12; }
p { color: rgb(134,236,18); }
H1.HeaderClassName
{
color: #86EC12;
}
.AnyTagClassName
{
color: #86EC12;
}
</style>
background-color css
<style>
a { background-color: #86EC12; }
a { background-color: rgb(134,236,18); }
div.DivClassName
{
background-color: #86EC12;
}
.BgClassName
{
background-color: #86EC12;
}
</style>
border-color css
<style>
span { border-color: #86EC12; }
span { border-color: rgb(134,236,18); }
td.TdClassName
{
border-color: #86EC12;
}
.TagClassName
{
border-color: #86EC12;
}
</style>