Shades of Lawn Green #86F020
Tints of Lawn Green #86F020
RGB
CMYK
RGB Variations
Color information
#86F020 (or 0x86F020) is known color: Lawn Green. HEX triplet: 86, F0 and 20. RGB value is (134,240,32). Sum of RGB (Red+Green+Blue) = 134+240+32=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #86F020 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F020 is #790FDF. Grayscale: #B9B9B9. Windows color (decimal): -7933920 or 2158726. OLE color: 2158726.
HSL color Cylindrical-coordinate representation of color #86F020: hue angle of 90.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86F020 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 32 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.06 |
| HSL | 90.58º | 0.87% | 0.53% | - |
| HSV(B) | 90.58º | 0.87% | 0.94% | - |
| XYZ | 41.25 | 67.49 | 12.22 | - |
| YUV | 184.59 | 41.88 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 32 | 0.44 | 0 | 0.87 | 0.06 | 90.58 | 0.87 | 0.53 |
| Hex | 86 | F0 | 20 | 2C | 0 | 57 | 6 | 5B | 57 | 35 |
| Octal | 206 | 360 | 40 | 54 | 0 | 127 | 6 | 133 | 127 | 65 |
| Binary | 10000110 | 11110000 | 100000 | 101100 | 0 | 1010111 | 110 | 1011011 | 1010111 | 110101 |
Color Harmonies of #86F020
Complementary color
Monochromatic Colors of #86F020
Black with #86F020
Text Example
Text Example
White with #86F020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F020; }
p { color: rgb(134,240,32); }
H1.HeaderClassName
{
color: #86F020;
}
.AnyTagClassName
{
color: #86F020;
}
</style>
background-color css
<style>
a { background-color: #86F020; }
a { background-color: rgb(134,240,32); }
div.DivClassName
{
background-color: #86F020;
}
.BgClassName
{
background-color: #86F020;
}
</style>
border-color css
<style>
span { border-color: #86F020; }
span { border-color: rgb(134,240,32); }
td.TdClassName
{
border-color: #86F020;
}
.TagClassName
{
border-color: #86F020;
}
</style>