Shades of Yellow Green #A0DD2A
Tints of Yellow Green #A0DD2A
RGB
CMYK
RGB Variations
Color information
#A0DD2A (or 0xA0DD2A) is known color: Yellow Green. HEX triplet: A0, DD and 2A. RGB value is (160,221,42). Sum of RGB (Red+Green+Blue) = 160+221+42=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD2A is #5F22D5. Grayscale: #B7B7B7. Windows color (decimal): -6234838 or 2809248. OLE color: 2809248.
HSL color Cylindrical-coordinate representation of color #A0DD2A: hue angle of 80.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0DD2A is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 42 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.13 |
| HSL | 80.45º | 0.72% | 0.52% | - |
| HSV(B) | 80.45º | 0.81% | 0.87% | - |
| XYZ | 40.77 | 59.35 | 11.5 | - |
| YUV | 182.36 | 48.79 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 42 | 0.28 | 0 | 0.81 | 0.13 | 80.45 | 0.72 | 0.52 |
| Hex | A0 | DD | 2A | 1C | 0 | 51 | D | 50 | 48 | 34 |
| Octal | 240 | 335 | 52 | 34 | 0 | 121 | 15 | 120 | 110 | 64 |
| Binary | 10100000 | 11011101 | 101010 | 11100 | 0 | 1010001 | 1101 | 1010000 | 1001000 | 110100 |
Color Harmonies of #A0DD2A
Complementary color
Monochromatic Colors of #A0DD2A
Black with #A0DD2A
Text Example
Text Example
White with #A0DD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD2A; }
p { color: rgb(160,221,42); }
H1.HeaderClassName
{
color: #A0DD2A;
}
.AnyTagClassName
{
color: #A0DD2A;
}
</style>
background-color css
<style>
a { background-color: #A0DD2A; }
a { background-color: rgb(160,221,42); }
div.DivClassName
{
background-color: #A0DD2A;
}
.BgClassName
{
background-color: #A0DD2A;
}
</style>
border-color css
<style>
span { border-color: #A0DD2A; }
span { border-color: rgb(160,221,42); }
td.TdClassName
{
border-color: #A0DD2A;
}
.TagClassName
{
border-color: #A0DD2A;
}
</style>