Shades of Yellow Green #86C03A
Tints of Yellow Green #86C03A
RGB
CMYK
RGB Variations
Color information
#86C03A (or 0x86C03A) is known color: Yellow Green. HEX triplet: 86, C0 and 3A. RGB value is (134,192,58). Sum of RGB (Red+Green+Blue) = 134+192+58=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #86C03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C03A is #793FC5. Grayscale: #9F9F9F. Windows color (decimal): -7946182 or 3850374. OLE color: 3850374.
HSL color Cylindrical-coordinate representation of color #86C03A: hue angle of 85.97º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86C03A is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 58 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.25 |
| HSL | 85.97º | 0.54% | 0.49% | - |
| HSV(B) | 85.97º | 0.7% | 0.75% | - |
| XYZ | 29.44 | 43.07 | 10.77 | - |
| YUV | 159.38 | 70.78 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 58 | 0.30 | 0 | 0.70 | 0.25 | 85.97 | 0.54 | 0.49 |
| Hex | 86 | C0 | 3A | 1E | 0 | 46 | 19 | 56 | 36 | 31 |
| Octal | 206 | 300 | 72 | 36 | 0 | 106 | 31 | 126 | 66 | 61 |
| Binary | 10000110 | 11000000 | 111010 | 11110 | 0 | 1000110 | 11001 | 1010110 | 110110 | 110001 |
Color Harmonies of #86C03A
Complementary color
Monochromatic Colors of #86C03A
Black with #86C03A
Text Example
Text Example
White with #86C03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C03A; }
p { color: rgb(134,192,58); }
H1.HeaderClassName
{
color: #86C03A;
}
.AnyTagClassName
{
color: #86C03A;
}
</style>
background-color css
<style>
a { background-color: #86C03A; }
a { background-color: rgb(134,192,58); }
div.DivClassName
{
background-color: #86C03A;
}
.BgClassName
{
background-color: #86C03A;
}
</style>
border-color css
<style>
span { border-color: #86C03A; }
span { border-color: rgb(134,192,58); }
td.TdClassName
{
border-color: #86C03A;
}
.TagClassName
{
border-color: #86C03A;
}
</style>