Shades of Yellow Green #A2D72D
Tints of Yellow Green #A2D72D
RGB
CMYK
RGB Variations
Color information
#A2D72D (or 0xA2D72D) is known color: Yellow Green. HEX triplet: A2, D7 and 2D. RGB value is (162,215,45). Sum of RGB (Red+Green+Blue) = 162+215+45=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D72D is #5D28D2. Grayscale: #B4B4B4. Windows color (decimal): -6105299 or 3004322. OLE color: 3004322.
HSL color Cylindrical-coordinate representation of color #A2D72D: hue angle of 78.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2D72D is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 45 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.16 |
| HSL | 78.71º | 0.68% | 0.51% | - |
| HSV(B) | 78.71º | 0.79% | 0.84% | - |
| XYZ | 39.67 | 56.47 | 11.29 | - |
| YUV | 179.77 | 51.94 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 45 | 0.25 | 0 | 0.79 | 0.16 | 78.71 | 0.68 | 0.51 |
| Hex | A2 | D7 | 2D | 19 | 0 | 4F | 10 | 4F | 44 | 33 |
| Octal | 242 | 327 | 55 | 31 | 0 | 117 | 20 | 117 | 104 | 63 |
| Binary | 10100010 | 11010111 | 101101 | 11001 | 0 | 1001111 | 10000 | 1001111 | 1000100 | 110011 |
Color Harmonies of #A2D72D
Complementary color
Monochromatic Colors of #A2D72D
Black with #A2D72D
Text Example
Text Example
White with #A2D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D72D; }
p { color: rgb(162,215,45); }
H1.HeaderClassName
{
color: #A2D72D;
}
.AnyTagClassName
{
color: #A2D72D;
}
</style>
background-color css
<style>
a { background-color: #A2D72D; }
a { background-color: rgb(162,215,45); }
div.DivClassName
{
background-color: #A2D72D;
}
.BgClassName
{
background-color: #A2D72D;
}
</style>
border-color css
<style>
span { border-color: #A2D72D; }
span { border-color: rgb(162,215,45); }
td.TdClassName
{
border-color: #A2D72D;
}
.TagClassName
{
border-color: #A2D72D;
}
</style>