Shades of Yellow Green #A0D022
Tints of Yellow Green #A0D022
RGB
CMYK
RGB Variations
Color information
#A0D022 (or 0xA0D022) is known color: Yellow Green. HEX triplet: A0, D0 and 22. RGB value is (160,208,34). Sum of RGB (Red+Green+Blue) = 160+208+34=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 208 (81.64% from 255 or 51.74% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D022 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D022 is #5F2FDD. Grayscale: #AEAEAE. Windows color (decimal): -6238174 or 2281632. OLE color: 2281632.
HSL color Cylindrical-coordinate representation of color #A0D022: hue angle of 76.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0D022 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 34 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.18 |
| HSL | 76.55º | 0.72% | 0.47% | - |
| HSV(B) | 76.55º | 0.84% | 0.82% | - |
| XYZ | 37.34 | 52.7 | 9.72 | - |
| YUV | 173.81 | 49.1 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 34 | 0.23 | 0 | 0.84 | 0.18 | 76.55 | 0.72 | 0.47 |
| Hex | A0 | D0 | 22 | 17 | 0 | 54 | 12 | 4D | 48 | 2F |
| Octal | 240 | 320 | 42 | 27 | 0 | 124 | 22 | 115 | 110 | 57 |
| Binary | 10100000 | 11010000 | 100010 | 10111 | 0 | 1010100 | 10010 | 1001101 | 1001000 | 101111 |
Color Harmonies of #A0D022
Complementary color
Monochromatic Colors of #A0D022
Black with #A0D022
Text Example
Text Example
White with #A0D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D022; }
p { color: rgb(160,208,34); }
H1.HeaderClassName
{
color: #A0D022;
}
.AnyTagClassName
{
color: #A0D022;
}
</style>
background-color css
<style>
a { background-color: #A0D022; }
a { background-color: rgb(160,208,34); }
div.DivClassName
{
background-color: #A0D022;
}
.BgClassName
{
background-color: #A0D022;
}
</style>
border-color css
<style>
span { border-color: #A0D022; }
span { border-color: rgb(160,208,34); }
td.TdClassName
{
border-color: #A0D022;
}
.TagClassName
{
border-color: #A0D022;
}
</style>