Shades of Yellow Green #86E01A
Tints of Yellow Green #86E01A
RGB
CMYK
RGB Variations
Color information
#86E01A (or 0x86E01A) is known color: Yellow Green. HEX triplet: 86, E0 and 1A. RGB value is (134,224,26). Sum of RGB (Red+Green+Blue) = 134+224+26=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 224 (87.89% from 255 or 58.33% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 224 - color contains mainly: green. Hex color #86E01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E01A is #791FE5. Grayscale: #AFAFAF. Windows color (decimal): -7938022 or 1761414. OLE color: 1761414.
HSL color Cylindrical-coordinate representation of color #86E01A: hue angle of 87.27º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86E01A is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 224 | 26 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.12 |
| HSL | 87.27º | 0.79% | 0.49% | - |
| HSV(B) | 87.27º | 0.88% | 0.88% | - |
| XYZ | 36.67 | 58.45 | 10.33 | - |
| YUV | 174.52 | 44.18 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 224 | 26 | 0.40 | 0 | 0.88 | 0.12 | 87.27 | 0.79 | 0.49 |
| Hex | 86 | E0 | 1A | 28 | 0 | 58 | C | 57 | 4F | 31 |
| Octal | 206 | 340 | 32 | 50 | 0 | 130 | 14 | 127 | 117 | 61 |
| Binary | 10000110 | 11100000 | 11010 | 101000 | 0 | 1011000 | 1100 | 1010111 | 1001111 | 110001 |
Color Harmonies of #86E01A
Complementary color
Monochromatic Colors of #86E01A
Black with #86E01A
Text Example
Text Example
White with #86E01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E01A; }
p { color: rgb(134,224,26); }
H1.HeaderClassName
{
color: #86E01A;
}
.AnyTagClassName
{
color: #86E01A;
}
</style>
background-color css
<style>
a { background-color: #86E01A; }
a { background-color: rgb(134,224,26); }
div.DivClassName
{
background-color: #86E01A;
}
.BgClassName
{
background-color: #86E01A;
}
</style>
border-color css
<style>
span { border-color: #86E01A; }
span { border-color: rgb(134,224,26); }
td.TdClassName
{
border-color: #86E01A;
}
.TagClassName
{
border-color: #86E01A;
}
</style>