Shades of Yellow Green #A2D032
Tints of Yellow Green #A2D032
RGB
CMYK
RGB Variations
Color information
#A2D032 (or 0xA2D032) is known color: Yellow Green. HEX triplet: A2, D0 and 32. RGB value is (162,208,50). Sum of RGB (Red+Green+Blue) = 162+208+50=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D032 is #5D2FCD. Grayscale: #B0B0B0. Windows color (decimal): -6107086 or 3330210. OLE color: 3330210.
HSL color Cylindrical-coordinate representation of color #A2D032: hue angle of 77.47º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2D032 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 50 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.18 |
| HSL | 77.47º | 0.63% | 0.51% | - |
| HSV(B) | 77.47º | 0.76% | 0.82% | - |
| XYZ | 38.03 | 53.02 | 11.25 | - |
| YUV | 176.23 | 56.76 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 50 | 0.22 | 0 | 0.76 | 0.18 | 77.47 | 0.63 | 0.51 |
| Hex | A2 | D0 | 32 | 16 | 0 | 4C | 12 | 4D | 3F | 33 |
| Octal | 242 | 320 | 62 | 26 | 0 | 114 | 22 | 115 | 77 | 63 |
| Binary | 10100010 | 11010000 | 110010 | 10110 | 0 | 1001100 | 10010 | 1001101 | 111111 | 110011 |
Color Harmonies of #A2D032
Complementary color
Monochromatic Colors of #A2D032
Black with #A2D032
Text Example
Text Example
White with #A2D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D032; }
p { color: rgb(162,208,50); }
H1.HeaderClassName
{
color: #A2D032;
}
.AnyTagClassName
{
color: #A2D032;
}
</style>
background-color css
<style>
a { background-color: #A2D032; }
a { background-color: rgb(162,208,50); }
div.DivClassName
{
background-color: #A2D032;
}
.BgClassName
{
background-color: #A2D032;
}
</style>
border-color css
<style>
span { border-color: #A2D032; }
span { border-color: rgb(162,208,50); }
td.TdClassName
{
border-color: #A2D032;
}
.TagClassName
{
border-color: #A2D032;
}
</style>