Shades of Yellow Green #A2D521
Tints of Yellow Green #A2D521
RGB
CMYK
RGB Variations
Color information
#A2D521 (or 0xA2D521) is known color: Yellow Green. HEX triplet: A2, D5 and 21. RGB value is (162,213,33). Sum of RGB (Red+Green+Blue) = 162+213+33=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 213 (83.59% from 255 or 52.21% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D521 is #5D2ADE. Grayscale: #B1B1B1. Windows color (decimal): -6105823 or 2217378. OLE color: 2217378.
HSL color Cylindrical-coordinate representation of color #A2D521: hue angle of 77º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2D521 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 33 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.16 |
| HSL | 77º | 0.73% | 0.48% | - |
| HSV(B) | 77º | 0.85% | 0.84% | - |
| XYZ | 38.97 | 55.38 | 10.07 | - |
| YUV | 177.23 | 46.6 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 33 | 0.24 | 0 | 0.85 | 0.16 | 77 | 0.73 | 0.48 |
| Hex | A2 | D5 | 21 | 18 | 0 | 55 | 10 | 4D | 49 | 30 |
| Octal | 242 | 325 | 41 | 30 | 0 | 125 | 20 | 115 | 111 | 60 |
| Binary | 10100010 | 11010101 | 100001 | 11000 | 0 | 1010101 | 10000 | 1001101 | 1001001 | 110000 |
Color Harmonies of #A2D521
Complementary color
Monochromatic Colors of #A2D521
Black with #A2D521
Text Example
Text Example
White with #A2D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D521; }
p { color: rgb(162,213,33); }
H1.HeaderClassName
{
color: #A2D521;
}
.AnyTagClassName
{
color: #A2D521;
}
</style>
background-color css
<style>
a { background-color: #A2D521; }
a { background-color: rgb(162,213,33); }
div.DivClassName
{
background-color: #A2D521;
}
.BgClassName
{
background-color: #A2D521;
}
</style>
border-color css
<style>
span { border-color: #A2D521; }
span { border-color: rgb(162,213,33); }
td.TdClassName
{
border-color: #A2D521;
}
.TagClassName
{
border-color: #A2D521;
}
</style>