Shades of Yellow Green #A2C42D
Tints of Yellow Green #A2C42D
RGB
CMYK
RGB Variations
Color information
#A2C42D (or 0xA2C42D) is known color: Yellow Green. HEX triplet: A2, C4 and 2D. RGB value is (162,196,45). Sum of RGB (Red+Green+Blue) = 162+196+45=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C42D is #5D3BD2. Grayscale: #A9A9A9. Windows color (decimal): -6110163 or 2999458. OLE color: 2999458.
HSL color Cylindrical-coordinate representation of color #A2C42D: hue angle of 73.51º 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 #A2C42D is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 45 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.23 |
| HSL | 73.51º | 0.63% | 0.47% | - |
| HSV(B) | 73.51º | 0.77% | 0.77% | - |
| XYZ | 35.11 | 47.35 | 9.77 | - |
| YUV | 168.62 | 58.24 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 45 | 0.17 | 0 | 0.77 | 0.23 | 73.51 | 0.63 | 0.47 |
| Hex | A2 | C4 | 2D | 11 | 0 | 4D | 17 | 4A | 3F | 2F |
| Octal | 242 | 304 | 55 | 21 | 0 | 115 | 27 | 112 | 77 | 57 |
| Binary | 10100010 | 11000100 | 101101 | 10001 | 0 | 1001101 | 10111 | 1001010 | 111111 | 101111 |
Color Harmonies of #A2C42D
Complementary color
Monochromatic Colors of #A2C42D
Black with #A2C42D
Text Example
Text Example
White with #A2C42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C42D; }
p { color: rgb(162,196,45); }
H1.HeaderClassName
{
color: #A2C42D;
}
.AnyTagClassName
{
color: #A2C42D;
}
</style>
background-color css
<style>
a { background-color: #A2C42D; }
a { background-color: rgb(162,196,45); }
div.DivClassName
{
background-color: #A2C42D;
}
.BgClassName
{
background-color: #A2C42D;
}
</style>
border-color css
<style>
span { border-color: #A2C42D; }
span { border-color: rgb(162,196,45); }
td.TdClassName
{
border-color: #A2C42D;
}
.TagClassName
{
border-color: #A2C42D;
}
</style>