Shades of Yellow Green #A0D72C
Tints of Yellow Green #A0D72C
RGB
CMYK
RGB Variations
Color information
#A0D72C (or 0xA0D72C) is known color: Yellow Green. HEX triplet: A0, D7 and 2C. RGB value is (160,215,44). Sum of RGB (Red+Green+Blue) = 160+215+44=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D72C is #5F28D3. Grayscale: #B3B3B3. Windows color (decimal): -6236372 or 2938784. OLE color: 2938784.
HSL color Cylindrical-coordinate representation of color #A0D72C: hue angle of 79.3º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0D72C is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 44 | - |
| CMYK | 0.26 | 0 | 0.80 | 0.16 |
| HSL | 79.3º | 0.68% | 0.51% | - |
| HSV(B) | 79.3º | 0.8% | 0.84% | - |
| XYZ | 39.25 | 56.26 | 11.17 | - |
| YUV | 179.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 44 | 0.26 | 0 | 0.80 | 0.16 | 79.3 | 0.68 | 0.51 |
| Hex | A0 | D7 | 2C | 1A | 0 | 50 | 10 | 4F | 44 | 33 |
| Octal | 240 | 327 | 54 | 32 | 0 | 120 | 20 | 117 | 104 | 63 |
| Binary | 10100000 | 11010111 | 101100 | 11010 | 0 | 1010000 | 10000 | 1001111 | 1000100 | 110011 |
Color Harmonies of #A0D72C
Complementary color
Monochromatic Colors of #A0D72C
Black with #A0D72C
Text Example
Text Example
White with #A0D72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D72C; }
p { color: rgb(160,215,44); }
H1.HeaderClassName
{
color: #A0D72C;
}
.AnyTagClassName
{
color: #A0D72C;
}
</style>
background-color css
<style>
a { background-color: #A0D72C; }
a { background-color: rgb(160,215,44); }
div.DivClassName
{
background-color: #A0D72C;
}
.BgClassName
{
background-color: #A0D72C;
}
</style>
border-color css
<style>
span { border-color: #A0D72C; }
span { border-color: rgb(160,215,44); }
td.TdClassName
{
border-color: #A0D72C;
}
.TagClassName
{
border-color: #A0D72C;
}
</style>