Shades of Yellow Green #A1D521
Tints of Yellow Green #A1D521
RGB
CMYK
RGB Variations
Color information
#A1D521 (or 0xA1D521) is known color: Yellow Green. HEX triplet: A1, D5 and 21. RGB value is (161,213,33). Sum of RGB (Red+Green+Blue) = 161+213+33=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D521 is #5E2ADE. Grayscale: #B1B1B1. Windows color (decimal): -6171359 or 2217377. OLE color: 2217377.
HSL color Cylindrical-coordinate representation of color #A1D521: hue angle of 77.33º 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 #A1D521 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 33 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.16 |
| HSL | 77.33º | 0.73% | 0.48% | - |
| HSV(B) | 77.33º | 0.85% | 0.84% | - |
| XYZ | 38.77 | 55.28 | 10.06 | - |
| YUV | 176.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 33 | 0.24 | 0 | 0.85 | 0.16 | 77.33 | 0.73 | 0.48 |
| Hex | A1 | D5 | 21 | 18 | 0 | 55 | 10 | 4D | 49 | 30 |
| Octal | 241 | 325 | 41 | 30 | 0 | 125 | 20 | 115 | 111 | 60 |
| Binary | 10100001 | 11010101 | 100001 | 11000 | 0 | 1010101 | 10000 | 1001101 | 1001001 | 110000 |
Color Harmonies of #A1D521
Complementary color
Monochromatic Colors of #A1D521
Black with #A1D521
Text Example
Text Example
White with #A1D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D521; }
p { color: rgb(161,213,33); }
H1.HeaderClassName
{
color: #A1D521;
}
.AnyTagClassName
{
color: #A1D521;
}
</style>
background-color css
<style>
a { background-color: #A1D521; }
a { background-color: rgb(161,213,33); }
div.DivClassName
{
background-color: #A1D521;
}
.BgClassName
{
background-color: #A1D521;
}
</style>
border-color css
<style>
span { border-color: #A1D521; }
span { border-color: rgb(161,213,33); }
td.TdClassName
{
border-color: #A1D521;
}
.TagClassName
{
border-color: #A1D521;
}
</style>