Shades of Yellow Green #A0DD22
Tints of Yellow Green #A0DD22
RGB
CMYK
RGB Variations
Color information
#A0DD22 (or 0xA0DD22) is known color: Yellow Green. HEX triplet: A0, DD and 22. RGB value is (160,221,34). Sum of RGB (Red+Green+Blue) = 160+221+34=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD22 is #5F22DD. Grayscale: #B6B6B6. Windows color (decimal): -6234846 or 2284960. OLE color: 2284960.
HSL color Cylindrical-coordinate representation of color #A0DD22: hue angle of 79.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0DD22 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 34 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.13 |
| HSL | 79.57º | 0.73% | 0.5% | - |
| HSV(B) | 79.57º | 0.85% | 0.87% | - |
| XYZ | 40.64 | 59.3 | 10.82 | - |
| YUV | 181.44 | 44.79 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 34 | 0.28 | 0 | 0.85 | 0.13 | 79.57 | 0.73 | 0.5 |
| Hex | A0 | DD | 22 | 1C | 0 | 55 | D | 50 | 49 | 32 |
| Octal | 240 | 335 | 42 | 34 | 0 | 125 | 15 | 120 | 111 | 62 |
| Binary | 10100000 | 11011101 | 100010 | 11100 | 0 | 1010101 | 1101 | 1010000 | 1001001 | 110010 |
Color Harmonies of #A0DD22
Complementary color
Monochromatic Colors of #A0DD22
Black with #A0DD22
Text Example
Text Example
White with #A0DD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD22; }
p { color: rgb(160,221,34); }
H1.HeaderClassName
{
color: #A0DD22;
}
.AnyTagClassName
{
color: #A0DD22;
}
</style>
background-color css
<style>
a { background-color: #A0DD22; }
a { background-color: rgb(160,221,34); }
div.DivClassName
{
background-color: #A0DD22;
}
.BgClassName
{
background-color: #A0DD22;
}
</style>
border-color css
<style>
span { border-color: #A0DD22; }
span { border-color: rgb(160,221,34); }
td.TdClassName
{
border-color: #A0DD22;
}
.TagClassName
{
border-color: #A0DD22;
}
</style>