Shades of Yellow Green #A2D524
Tints of Yellow Green #A2D524
RGB
CMYK
RGB Variations
Color information
#A2D524 (or 0xA2D524) is known color: Yellow Green. HEX triplet: A2, D5 and 24. RGB value is (162,213,36). Sum of RGB (Red+Green+Blue) = 162+213+36=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D524 is #5D2ADB. Grayscale: #B2B2B2. Windows color (decimal): -6105820 or 2413986. OLE color: 2413986.
HSL color Cylindrical-coordinate representation of color #A2D524: hue angle of 77.29º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2D524 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 36 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.16 |
| HSL | 77.29º | 0.71% | 0.49% | - |
| HSV(B) | 77.29º | 0.83% | 0.84% | - |
| XYZ | 39.01 | 55.4 | 10.31 | - |
| YUV | 177.57 | 48.1 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 36 | 0.24 | 0 | 0.83 | 0.16 | 77.29 | 0.71 | 0.49 |
| Hex | A2 | D5 | 24 | 18 | 0 | 53 | 10 | 4D | 47 | 31 |
| Octal | 242 | 325 | 44 | 30 | 0 | 123 | 20 | 115 | 107 | 61 |
| Binary | 10100010 | 11010101 | 100100 | 11000 | 0 | 1010011 | 10000 | 1001101 | 1000111 | 110001 |
Color Harmonies of #A2D524
Complementary color
Monochromatic Colors of #A2D524
Black with #A2D524
Text Example
Text Example
White with #A2D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D524; }
p { color: rgb(162,213,36); }
H1.HeaderClassName
{
color: #A2D524;
}
.AnyTagClassName
{
color: #A2D524;
}
</style>
background-color css
<style>
a { background-color: #A2D524; }
a { background-color: rgb(162,213,36); }
div.DivClassName
{
background-color: #A2D524;
}
.BgClassName
{
background-color: #A2D524;
}
</style>
border-color css
<style>
span { border-color: #A2D524; }
span { border-color: rgb(162,213,36); }
td.TdClassName
{
border-color: #A2D524;
}
.TagClassName
{
border-color: #A2D524;
}
</style>