Shades of Yellow Green #A2C52D
Tints of Yellow Green #A2C52D
RGB
CMYK
RGB Variations
Color information
#A2C52D (or 0xA2C52D) is known color: Yellow Green. HEX triplet: A2, C5 and 2D. RGB value is (162,197,45). Sum of RGB (Red+Green+Blue) = 162+197+45=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C52D is #5D3AD2. Grayscale: #A9A9A9. Windows color (decimal): -6109907 or 2999714. OLE color: 2999714.
HSL color Cylindrical-coordinate representation of color #A2C52D: hue angle of 73.82º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2C52D is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 197 | 45 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.23 |
| HSL | 73.82º | 0.63% | 0.47% | - |
| HSV(B) | 73.82º | 0.77% | 0.77% | - |
| XYZ | 35.34 | 47.8 | 9.85 | - |
| YUV | 169.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 197 | 45 | 0.18 | 0 | 0.77 | 0.23 | 73.82 | 0.63 | 0.47 |
| Hex | A2 | C5 | 2D | 12 | 0 | 4D | 17 | 4A | 3F | 2F |
| Octal | 242 | 305 | 55 | 22 | 0 | 115 | 27 | 112 | 77 | 57 |
| Binary | 10100010 | 11000101 | 101101 | 10010 | 0 | 1001101 | 10111 | 1001010 | 111111 | 101111 |
Color Harmonies of #A2C52D
Complementary color
Monochromatic Colors of #A2C52D
Black with #A2C52D
Text Example
Text Example
White with #A2C52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C52D; }
p { color: rgb(162,197,45); }
H1.HeaderClassName
{
color: #A2C52D;
}
.AnyTagClassName
{
color: #A2C52D;
}
</style>
background-color css
<style>
a { background-color: #A2C52D; }
a { background-color: rgb(162,197,45); }
div.DivClassName
{
background-color: #A2C52D;
}
.BgClassName
{
background-color: #A2C52D;
}
</style>
border-color css
<style>
span { border-color: #A2C52D; }
span { border-color: rgb(162,197,45); }
td.TdClassName
{
border-color: #A2C52D;
}
.TagClassName
{
border-color: #A2C52D;
}
</style>