Shades of Lawn Green #86EA10
Tints of Lawn Green #86EA10
RGB
CMYK
RGB Variations
Color information
#86EA10 (or 0x86EA10) is known color: Lawn Green. HEX triplet: 86, EA and 10. RGB value is (134,234,16). Sum of RGB (Red+Green+Blue) = 134+234+16=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 234 (91.80% from 255 or 60.94% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 234 - color contains mainly: green. Hex color #86EA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86EA10 is #7915EF. Grayscale: #B4B4B4. Windows color (decimal): -7935472 or 1108614. OLE color: 1108614.
HSL color Cylindrical-coordinate representation of color #86EA10: hue angle of 87.52º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86EA10 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 234 | 16 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.08 |
| HSL | 87.52º | 0.87% | 0.49% | - |
| HSV(B) | 87.52º | 0.93% | 0.92% | - |
| XYZ | 39.35 | 63.95 | 10.76 | - |
| YUV | 179.25 | 35.87 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 234 | 16 | 0.43 | 0 | 0.93 | 0.08 | 87.52 | 0.87 | 0.49 |
| Hex | 86 | EA | 10 | 2B | 0 | 5D | 8 | 58 | 57 | 31 |
| Octal | 206 | 352 | 20 | 53 | 0 | 135 | 10 | 130 | 127 | 61 |
| Binary | 10000110 | 11101010 | 10000 | 101011 | 0 | 1011101 | 1000 | 1011000 | 1010111 | 110001 |
Color Harmonies of #86EA10
Complementary color
Monochromatic Colors of #86EA10
Black with #86EA10
Text Example
Text Example
White with #86EA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EA10; }
p { color: rgb(134,234,16); }
H1.HeaderClassName
{
color: #86EA10;
}
.AnyTagClassName
{
color: #86EA10;
}
</style>
background-color css
<style>
a { background-color: #86EA10; }
a { background-color: rgb(134,234,16); }
div.DivClassName
{
background-color: #86EA10;
}
.BgClassName
{
background-color: #86EA10;
}
</style>
border-color css
<style>
span { border-color: #86EA10; }
span { border-color: rgb(134,234,16); }
td.TdClassName
{
border-color: #86EA10;
}
.TagClassName
{
border-color: #86EA10;
}
</style>