Shades of Yellow Green #A2D529
Tints of Yellow Green #A2D529
RGB
CMYK
RGB Variations
Color information
#A2D529 (or 0xA2D529) is known color: Yellow Green. HEX triplet: A2, D5 and 29. RGB value is (162,213,41). Sum of RGB (Red+Green+Blue) = 162+213+41=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D529 is #5D2AD6. Grayscale: #B2B2B2. Windows color (decimal): -6105815 or 2741666. OLE color: 2741666.
HSL color Cylindrical-coordinate representation of color #A2D529: hue angle of 77.79º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2D529 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 41 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.16 |
| HSL | 77.79º | 0.68% | 0.5% | - |
| HSV(B) | 77.79º | 0.81% | 0.84% | - |
| XYZ | 39.09 | 55.43 | 10.74 | - |
| YUV | 178.14 | 50.6 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 41 | 0.24 | 0 | 0.81 | 0.16 | 77.79 | 0.68 | 0.5 |
| Hex | A2 | D5 | 29 | 18 | 0 | 51 | 10 | 4E | 44 | 32 |
| Octal | 242 | 325 | 51 | 30 | 0 | 121 | 20 | 116 | 104 | 62 |
| Binary | 10100010 | 11010101 | 101001 | 11000 | 0 | 1010001 | 10000 | 1001110 | 1000100 | 110010 |
Color Harmonies of #A2D529
Complementary color
Monochromatic Colors of #A2D529
Black with #A2D529
Text Example
Text Example
White with #A2D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D529; }
p { color: rgb(162,213,41); }
H1.HeaderClassName
{
color: #A2D529;
}
.AnyTagClassName
{
color: #A2D529;
}
</style>
background-color css
<style>
a { background-color: #A2D529; }
a { background-color: rgb(162,213,41); }
div.DivClassName
{
background-color: #A2D529;
}
.BgClassName
{
background-color: #A2D529;
}
</style>
border-color css
<style>
span { border-color: #A2D529; }
span { border-color: rgb(162,213,41); }
td.TdClassName
{
border-color: #A2D529;
}
.TagClassName
{
border-color: #A2D529;
}
</style>