Shades of Yellow Green #A2DC29
Tints of Yellow Green #A2DC29
RGB
CMYK
RGB Variations
Color information
#A2DC29 (or 0xA2DC29) is known color: Yellow Green. HEX triplet: A2, DC and 29. RGB value is (162,220,41). Sum of RGB (Red+Green+Blue) = 162+220+41=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 41 (16.41% from 255 or 9.69% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DC29 is #5D23D6. Grayscale: #B6B6B6. Windows color (decimal): -6104023 or 2743458. OLE color: 2743458.
HSL color Cylindrical-coordinate representation of color #A2DC29: hue angle of 79.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2DC29 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 41 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.14 |
| HSL | 79.44º | 0.72% | 0.51% | - |
| HSV(B) | 79.44º | 0.81% | 0.86% | - |
| XYZ | 40.89 | 59.03 | 11.34 | - |
| YUV | 182.25 | 48.28 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 41 | 0.26 | 0 | 0.81 | 0.14 | 79.44 | 0.72 | 0.51 |
| Hex | A2 | DC | 29 | 1A | 0 | 51 | E | 4F | 48 | 33 |
| Octal | 242 | 334 | 51 | 32 | 0 | 121 | 16 | 117 | 110 | 63 |
| Binary | 10100010 | 11011100 | 101001 | 11010 | 0 | 1010001 | 1110 | 1001111 | 1001000 | 110011 |
Color Harmonies of #A2DC29
Complementary color
Monochromatic Colors of #A2DC29
Black with #A2DC29
Text Example
Text Example
White with #A2DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC29; }
p { color: rgb(162,220,41); }
H1.HeaderClassName
{
color: #A2DC29;
}
.AnyTagClassName
{
color: #A2DC29;
}
</style>
background-color css
<style>
a { background-color: #A2DC29; }
a { background-color: rgb(162,220,41); }
div.DivClassName
{
background-color: #A2DC29;
}
.BgClassName
{
background-color: #A2DC29;
}
</style>
border-color css
<style>
span { border-color: #A2DC29; }
span { border-color: rgb(162,220,41); }
td.TdClassName
{
border-color: #A2DC29;
}
.TagClassName
{
border-color: #A2DC29;
}
</style>