Shades of Yellow Green #A6E02D
Tints of Yellow Green #A6E02D
RGB
CMYK
RGB Variations
Color information
#A6E02D (or 0xA6E02D) is known color: Yellow Green. HEX triplet: A6, E0 and 2D. RGB value is (166,224,45). Sum of RGB (Red+Green+Blue) = 166+224+45=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E02D is #591FD2. Grayscale: #BABABA. Windows color (decimal): -5840851 or 3006630. OLE color: 3006630.
HSL color Cylindrical-coordinate representation of color #A6E02D: hue angle of 79.44º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6E02D is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 45 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.12 |
| HSL | 79.44º | 0.74% | 0.53% | - |
| HSV(B) | 79.44º | 0.8% | 0.88% | - |
| XYZ | 42.86 | 61.61 | 12.12 | - |
| YUV | 186.25 | 48.28 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 45 | 0.26 | 0 | 0.80 | 0.12 | 79.44 | 0.74 | 0.53 |
| Hex | A6 | E0 | 2D | 1A | 0 | 50 | C | 4F | 4A | 35 |
| Octal | 246 | 340 | 55 | 32 | 0 | 120 | 14 | 117 | 112 | 65 |
| Binary | 10100110 | 11100000 | 101101 | 11010 | 0 | 1010000 | 1100 | 1001111 | 1001010 | 110101 |
Color Harmonies of #A6E02D
Complementary color
Monochromatic Colors of #A6E02D
Black with #A6E02D
Text Example
Text Example
White with #A6E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E02D; }
p { color: rgb(166,224,45); }
H1.HeaderClassName
{
color: #A6E02D;
}
.AnyTagClassName
{
color: #A6E02D;
}
</style>
background-color css
<style>
a { background-color: #A6E02D; }
a { background-color: rgb(166,224,45); }
div.DivClassName
{
background-color: #A6E02D;
}
.BgClassName
{
background-color: #A6E02D;
}
</style>
border-color css
<style>
span { border-color: #A6E02D; }
span { border-color: rgb(166,224,45); }
td.TdClassName
{
border-color: #A6E02D;
}
.TagClassName
{
border-color: #A6E02D;
}
</style>