Shades of Lawn Green #86EE10
Tints of Lawn Green #86EE10
RGB
CMYK
RGB Variations
Color information
#86EE10 (or 0x86EE10) is known color: Lawn Green. HEX triplet: 86, EE and 10. RGB value is (134,238,16). Sum of RGB (Red+Green+Blue) = 134+238+16=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 238 (93.36% from 255 or 61.34% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86EE10 is #7911EF. Grayscale: #B6B6B6. Windows color (decimal): -7934448 or 1109638. OLE color: 1109638.
HSL color Cylindrical-coordinate representation of color #86EE10: hue angle of 88.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86EE10 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 16 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.07 |
| HSL | 88.11º | 0.87% | 0.5% | - |
| HSV(B) | 88.11º | 0.93% | 0.93% | - |
| XYZ | 40.5 | 66.25 | 11.14 | - |
| YUV | 181.6 | 34.54 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 16 | 0.44 | 0 | 0.93 | 0.07 | 88.11 | 0.87 | 0.5 |
| Hex | 86 | EE | 10 | 2C | 0 | 5D | 7 | 58 | 57 | 32 |
| Octal | 206 | 356 | 20 | 54 | 0 | 135 | 7 | 130 | 127 | 62 |
| Binary | 10000110 | 11101110 | 10000 | 101100 | 0 | 1011101 | 111 | 1011000 | 1010111 | 110010 |
Color Harmonies of #86EE10
Complementary color
Monochromatic Colors of #86EE10
Black with #86EE10
Text Example
Text Example
White with #86EE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE10; }
p { color: rgb(134,238,16); }
H1.HeaderClassName
{
color: #86EE10;
}
.AnyTagClassName
{
color: #86EE10;
}
</style>
background-color css
<style>
a { background-color: #86EE10; }
a { background-color: rgb(134,238,16); }
div.DivClassName
{
background-color: #86EE10;
}
.BgClassName
{
background-color: #86EE10;
}
</style>
border-color css
<style>
span { border-color: #86EE10; }
span { border-color: rgb(134,238,16); }
td.TdClassName
{
border-color: #86EE10;
}
.TagClassName
{
border-color: #86EE10;
}
</style>