Shades of Lawn Green #86F00F
Tints of Lawn Green #86F00F
RGB
CMYK
RGB Variations
Color information
#86F00F (or 0x86F00F) is known color: Lawn Green. HEX triplet: 86, F0 and 0F. RGB value is (134,240,15). Sum of RGB (Red+Green+Blue) = 134+240+15=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 15 (6.25% from 255 or 3.86% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #86F00F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86F00F is #790FF0. Grayscale: #B7B7B7. Windows color (decimal): -7933937 or 1044614. OLE color: 1044614.
HSL color Cylindrical-coordinate representation of color #86F00F: hue angle of 88.27º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #86F00F is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 240 | 15 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.06 |
| HSL | 88.27º | 0.88% | 0.5% | - |
| HSV(B) | 88.27º | 0.94% | 0.94% | - |
| XYZ | 41.08 | 67.42 | 11.3 | - |
| YUV | 182.66 | 33.38 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 240 | 15 | 0.44 | 0 | 0.94 | 0.06 | 88.27 | 0.88 | 0.5 |
| Hex | 86 | F0 | F | 2C | 0 | 5E | 6 | 58 | 58 | 32 |
| Octal | 206 | 360 | 17 | 54 | 0 | 136 | 6 | 130 | 130 | 62 |
| Binary | 10000110 | 11110000 | 1111 | 101100 | 0 | 1011110 | 110 | 1011000 | 1011000 | 110010 |
Color Harmonies of #86F00F
Complementary color
Monochromatic Colors of #86F00F
Black with #86F00F
Text Example
Text Example
White with #86F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F00F; }
p { color: rgb(134,240,15); }
H1.HeaderClassName
{
color: #86F00F;
}
.AnyTagClassName
{
color: #86F00F;
}
</style>
background-color css
<style>
a { background-color: #86F00F; }
a { background-color: rgb(134,240,15); }
div.DivClassName
{
background-color: #86F00F;
}
.BgClassName
{
background-color: #86F00F;
}
</style>
border-color css
<style>
span { border-color: #86F00F; }
span { border-color: rgb(134,240,15); }
td.TdClassName
{
border-color: #86F00F;
}
.TagClassName
{
border-color: #86F00F;
}
</style>