Shades of Yellow Green #A6E02A
Tints of Yellow Green #A6E02A
RGB
CMYK
RGB Variations
Color information
#A6E02A (or 0xA6E02A) is known color: Yellow Green. HEX triplet: A6, E0 and 2A. RGB value is (166,224,42). Sum of RGB (Red+Green+Blue) = 166+224+42=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E02A is #591FD5. Grayscale: #BABABA. Windows color (decimal): -5840854 or 2810022. OLE color: 2810022.
HSL color Cylindrical-coordinate representation of color #A6E02A: hue angle of 79.12º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6E02A is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 42 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.12 |
| HSL | 79.12º | 0.75% | 0.52% | - |
| HSV(B) | 79.12º | 0.81% | 0.88% | - |
| XYZ | 42.8 | 61.59 | 11.82 | - |
| YUV | 185.91 | 46.78 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 42 | 0.26 | 0 | 0.81 | 0.12 | 79.12 | 0.75 | 0.52 |
| Hex | A6 | E0 | 2A | 1A | 0 | 51 | C | 4F | 4B | 34 |
| Octal | 246 | 340 | 52 | 32 | 0 | 121 | 14 | 117 | 113 | 64 |
| Binary | 10100110 | 11100000 | 101010 | 11010 | 0 | 1010001 | 1100 | 1001111 | 1001011 | 110100 |
Color Harmonies of #A6E02A
Complementary color
Monochromatic Colors of #A6E02A
Black with #A6E02A
Text Example
Text Example
White with #A6E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E02A; }
p { color: rgb(166,224,42); }
H1.HeaderClassName
{
color: #A6E02A;
}
.AnyTagClassName
{
color: #A6E02A;
}
</style>
background-color css
<style>
a { background-color: #A6E02A; }
a { background-color: rgb(166,224,42); }
div.DivClassName
{
background-color: #A6E02A;
}
.BgClassName
{
background-color: #A6E02A;
}
</style>
border-color css
<style>
span { border-color: #A6E02A; }
span { border-color: rgb(166,224,42); }
td.TdClassName
{
border-color: #A6E02A;
}
.TagClassName
{
border-color: #A6E02A;
}
</style>