Shades of Yellow Green #A0D020
Tints of Yellow Green #A0D020
RGB
CMYK
RGB Variations
Color information
#A0D020 (or 0xA0D020) is known color: Yellow Green. HEX triplet: A0, D0 and 20. RGB value is (160,208,32). Sum of RGB (Red+Green+Blue) = 160+208+32=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D020 is #5F2FDF. Grayscale: #AEAEAE. Windows color (decimal): -6238176 or 2150560. OLE color: 2150560.
HSL color Cylindrical-coordinate representation of color #A0D020: hue angle of 76.36º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0D020 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 32 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.18 |
| HSL | 76.36º | 0.73% | 0.47% | - |
| HSV(B) | 76.36º | 0.85% | 0.82% | - |
| XYZ | 37.31 | 52.69 | 9.57 | - |
| YUV | 173.58 | 48.1 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 32 | 0.23 | 0 | 0.85 | 0.18 | 76.36 | 0.73 | 0.47 |
| Hex | A0 | D0 | 20 | 17 | 0 | 55 | 12 | 4C | 49 | 2F |
| Octal | 240 | 320 | 40 | 27 | 0 | 125 | 22 | 114 | 111 | 57 |
| Binary | 10100000 | 11010000 | 100000 | 10111 | 0 | 1010101 | 10010 | 1001100 | 1001001 | 101111 |
Color Harmonies of #A0D020
Complementary color
Monochromatic Colors of #A0D020
Black with #A0D020
Text Example
Text Example
White with #A0D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D020; }
p { color: rgb(160,208,32); }
H1.HeaderClassName
{
color: #A0D020;
}
.AnyTagClassName
{
color: #A0D020;
}
</style>
background-color css
<style>
a { background-color: #A0D020; }
a { background-color: rgb(160,208,32); }
div.DivClassName
{
background-color: #A0D020;
}
.BgClassName
{
background-color: #A0D020;
}
</style>
border-color css
<style>
span { border-color: #A0D020; }
span { border-color: rgb(160,208,32); }
td.TdClassName
{
border-color: #A0D020;
}
.TagClassName
{
border-color: #A0D020;
}
</style>