Shades of Yellow Green #A0D72D
Tints of Yellow Green #A0D72D
RGB
CMYK
RGB Variations
Color information
#A0D72D (or 0xA0D72D) is known color: Yellow Green. HEX triplet: A0, D7 and 2D. RGB value is (160,215,45). Sum of RGB (Red+Green+Blue) = 160+215+45=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D72D is #5F28D2. Grayscale: #B3B3B3. Windows color (decimal): -6236371 or 3004320. OLE color: 3004320.
HSL color Cylindrical-coordinate representation of color #A0D72D: hue angle of 79.41º 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 #A0D72D is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 45 | - |
| CMYK | 0.26 | 0 | 0.79 | 0.16 |
| HSL | 79.41º | 0.68% | 0.51% | - |
| HSV(B) | 79.41º | 0.79% | 0.84% | - |
| XYZ | 39.27 | 56.26 | 11.27 | - |
| YUV | 179.18 | 52.28 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 45 | 0.26 | 0 | 0.79 | 0.16 | 79.41 | 0.68 | 0.51 |
| Hex | A0 | D7 | 2D | 1A | 0 | 4F | 10 | 4F | 44 | 33 |
| Octal | 240 | 327 | 55 | 32 | 0 | 117 | 20 | 117 | 104 | 63 |
| Binary | 10100000 | 11010111 | 101101 | 11010 | 0 | 1001111 | 10000 | 1001111 | 1000100 | 110011 |
Color Harmonies of #A0D72D
Complementary color
Monochromatic Colors of #A0D72D
Black with #A0D72D
Text Example
Text Example
White with #A0D72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D72D; }
p { color: rgb(160,215,45); }
H1.HeaderClassName
{
color: #A0D72D;
}
.AnyTagClassName
{
color: #A0D72D;
}
</style>
background-color css
<style>
a { background-color: #A0D72D; }
a { background-color: rgb(160,215,45); }
div.DivClassName
{
background-color: #A0D72D;
}
.BgClassName
{
background-color: #A0D72D;
}
</style>
border-color css
<style>
span { border-color: #A0D72D; }
span { border-color: rgb(160,215,45); }
td.TdClassName
{
border-color: #A0D72D;
}
.TagClassName
{
border-color: #A0D72D;
}
</style>