Shades of Yellow Green #A2D72A
Tints of Yellow Green #A2D72A
RGB
CMYK
RGB Variations
Color information
#A2D72A (or 0xA2D72A) is known color: Yellow Green. HEX triplet: A2, D7 and 2A. RGB value is (162,215,42). Sum of RGB (Red+Green+Blue) = 162+215+42=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D72A is #5D28D5. Grayscale: #B4B4B4. Windows color (decimal): -6105302 or 2807714. OLE color: 2807714.
HSL color Cylindrical-coordinate representation of color #A2D72A: hue angle of 78.38º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2D72A is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 42 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.16 |
| HSL | 78.38º | 0.68% | 0.5% | - |
| HSV(B) | 78.38º | 0.8% | 0.84% | - |
| XYZ | 39.62 | 56.45 | 11 | - |
| YUV | 179.43 | 50.44 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 42 | 0.25 | 0 | 0.80 | 0.16 | 78.38 | 0.68 | 0.5 |
| Hex | A2 | D7 | 2A | 19 | 0 | 50 | 10 | 4E | 44 | 32 |
| Octal | 242 | 327 | 52 | 31 | 0 | 120 | 20 | 116 | 104 | 62 |
| Binary | 10100010 | 11010111 | 101010 | 11001 | 0 | 1010000 | 10000 | 1001110 | 1000100 | 110010 |
Color Harmonies of #A2D72A
Complementary color
Monochromatic Colors of #A2D72A
Black with #A2D72A
Text Example
Text Example
White with #A2D72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D72A; }
p { color: rgb(162,215,42); }
H1.HeaderClassName
{
color: #A2D72A;
}
.AnyTagClassName
{
color: #A2D72A;
}
</style>
background-color css
<style>
a { background-color: #A2D72A; }
a { background-color: rgb(162,215,42); }
div.DivClassName
{
background-color: #A2D72A;
}
.BgClassName
{
background-color: #A2D72A;
}
</style>
border-color css
<style>
span { border-color: #A2D72A; }
span { border-color: rgb(162,215,42); }
td.TdClassName
{
border-color: #A2D72A;
}
.TagClassName
{
border-color: #A2D72A;
}
</style>