Shades of Lawn Green #86DB09
Tints of Lawn Green #86DB09
RGB
CMYK
RGB Variations
Color information
#86DB09 (or 0x86DB09) is known color: Lawn Green. HEX triplet: 86, DB and 09. RGB value is (134,219,9). Sum of RGB (Red+Green+Blue) = 134+219+9=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DB09 is #7924F6. Grayscale: #AAAAAA. Windows color (decimal): -7939319 or 646022. OLE color: 646022.
HSL color Cylindrical-coordinate representation of color #86DB09: hue angle of 84.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #86DB09 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 9 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.14 |
| HSL | 84.29º | 0.92% | 0.45% | - |
| HSV(B) | 84.29º | 0.96% | 0.86% | - |
| XYZ | 35.21 | 55.75 | 9.16 | - |
| YUV | 169.65 | 37.34 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 9 | 0.39 | 0 | 0.96 | 0.14 | 84.29 | 0.92 | 0.45 |
| Hex | 86 | DB | 9 | 27 | 0 | 60 | E | 54 | 5C | 2D |
| Octal | 206 | 333 | 11 | 47 | 0 | 140 | 16 | 124 | 134 | 55 |
| Binary | 10000110 | 11011011 | 1001 | 100111 | 0 | 1100000 | 1110 | 1010100 | 1011100 | 101101 |
Color Harmonies of #86DB09
Complementary color
Monochromatic Colors of #86DB09
Black with #86DB09
Text Example
Text Example
White with #86DB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB09; }
p { color: rgb(134,219,9); }
H1.HeaderClassName
{
color: #86DB09;
}
.AnyTagClassName
{
color: #86DB09;
}
</style>
background-color css
<style>
a { background-color: #86DB09; }
a { background-color: rgb(134,219,9); }
div.DivClassName
{
background-color: #86DB09;
}
.BgClassName
{
background-color: #86DB09;
}
</style>
border-color css
<style>
span { border-color: #86DB09; }
span { border-color: rgb(134,219,9); }
td.TdClassName
{
border-color: #86DB09;
}
.TagClassName
{
border-color: #86DB09;
}
</style>