Shades of Yellow Green #A0D21D
Tints of Yellow Green #A0D21D
RGB
CMYK
RGB Variations
Color information
#A0D21D (or 0xA0D21D) is known color: Yellow Green. HEX triplet: A0, D2 and 1D. RGB value is (160,210,29). Sum of RGB (Red+Green+Blue) = 160+210+29=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D21D is #5F2DE2. Grayscale: #AFAFAF. Windows color (decimal): -6237667 or 1954464. OLE color: 1954464.
HSL color Cylindrical-coordinate representation of color #A0D21D: hue angle of 76.57º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0D21D is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 29 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.18 |
| HSL | 76.57º | 0.76% | 0.47% | - |
| HSV(B) | 76.57º | 0.86% | 0.82% | - |
| XYZ | 37.77 | 53.66 | 9.53 | - |
| YUV | 174.42 | 45.94 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 29 | 0.24 | 0 | 0.86 | 0.18 | 76.57 | 0.76 | 0.47 |
| Hex | A0 | D2 | 1D | 18 | 0 | 56 | 12 | 4D | 4C | 2F |
| Octal | 240 | 322 | 35 | 30 | 0 | 126 | 22 | 115 | 114 | 57 |
| Binary | 10100000 | 11010010 | 11101 | 11000 | 0 | 1010110 | 10010 | 1001101 | 1001100 | 101111 |
Color Harmonies of #A0D21D
Complementary color
Monochromatic Colors of #A0D21D
Black with #A0D21D
Text Example
Text Example
White with #A0D21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D21D; }
p { color: rgb(160,210,29); }
H1.HeaderClassName
{
color: #A0D21D;
}
.AnyTagClassName
{
color: #A0D21D;
}
</style>
background-color css
<style>
a { background-color: #A0D21D; }
a { background-color: rgb(160,210,29); }
div.DivClassName
{
background-color: #A0D21D;
}
.BgClassName
{
background-color: #A0D21D;
}
</style>
border-color css
<style>
span { border-color: #A0D21D; }
span { border-color: rgb(160,210,29); }
td.TdClassName
{
border-color: #A0D21D;
}
.TagClassName
{
border-color: #A0D21D;
}
</style>