Shades of Yellow Green #A0D521
Tints of Yellow Green #A0D521
RGB
CMYK
RGB Variations
Color information
#A0D521 (or 0xA0D521) is known color: Yellow Green. HEX triplet: A0, D5 and 21. RGB value is (160,213,33). Sum of RGB (Red+Green+Blue) = 160+213+33=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D521 is #5F2ADE. Grayscale: #B1B1B1. Windows color (decimal): -6236895 or 2217376. OLE color: 2217376.
HSL color Cylindrical-coordinate representation of color #A0D521: hue angle of 77.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0D521 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 33 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.16 |
| HSL | 77.67º | 0.73% | 0.48% | - |
| HSV(B) | 77.67º | 0.85% | 0.84% | - |
| XYZ | 38.57 | 55.17 | 10.06 | - |
| YUV | 176.63 | 46.94 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 33 | 0.25 | 0 | 0.85 | 0.16 | 77.67 | 0.73 | 0.48 |
| Hex | A0 | D5 | 21 | 19 | 0 | 55 | 10 | 4E | 49 | 30 |
| Octal | 240 | 325 | 41 | 31 | 0 | 125 | 20 | 116 | 111 | 60 |
| Binary | 10100000 | 11010101 | 100001 | 11001 | 0 | 1010101 | 10000 | 1001110 | 1001001 | 110000 |
Color Harmonies of #A0D521
Complementary color
Monochromatic Colors of #A0D521
Black with #A0D521
Text Example
Text Example
White with #A0D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D521; }
p { color: rgb(160,213,33); }
H1.HeaderClassName
{
color: #A0D521;
}
.AnyTagClassName
{
color: #A0D521;
}
</style>
background-color css
<style>
a { background-color: #A0D521; }
a { background-color: rgb(160,213,33); }
div.DivClassName
{
background-color: #A0D521;
}
.BgClassName
{
background-color: #A0D521;
}
</style>
border-color css
<style>
span { border-color: #A0D521; }
span { border-color: rgb(160,213,33); }
td.TdClassName
{
border-color: #A0D521;
}
.TagClassName
{
border-color: #A0D521;
}
</style>