Shades of Yellow Green #A5D521
Tints of Yellow Green #A5D521
RGB
CMYK
RGB Variations
Color information
#A5D521 (or 0xA5D521) is known color: Yellow Green. HEX triplet: A5, D5 and 21. RGB value is (165,213,33). Sum of RGB (Red+Green+Blue) = 165+213+33=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5D521 is #5A2ADE. Grayscale: #B2B2B2. Windows color (decimal): -5909215 or 2217381. OLE color: 2217381.
HSL color Cylindrical-coordinate representation of color #A5D521: hue angle of 76º 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 #A5D521 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 33 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.16 |
| HSL | 76º | 0.73% | 0.48% | - |
| HSV(B) | 76º | 0.85% | 0.84% | - |
| XYZ | 39.59 | 55.7 | 10.1 | - |
| YUV | 178.13 | 46.1 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 33 | 0.23 | 0 | 0.85 | 0.16 | 76 | 0.73 | 0.48 |
| Hex | A5 | D5 | 21 | 17 | 0 | 55 | 10 | 4C | 49 | 30 |
| Octal | 245 | 325 | 41 | 27 | 0 | 125 | 20 | 114 | 111 | 60 |
| Binary | 10100101 | 11010101 | 100001 | 10111 | 0 | 1010101 | 10000 | 1001100 | 1001001 | 110000 |
Color Harmonies of #A5D521
Complementary color
Monochromatic Colors of #A5D521
Black with #A5D521
Text Example
Text Example
White with #A5D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D521; }
p { color: rgb(165,213,33); }
H1.HeaderClassName
{
color: #A5D521;
}
.AnyTagClassName
{
color: #A5D521;
}
</style>
background-color css
<style>
a { background-color: #A5D521; }
a { background-color: rgb(165,213,33); }
div.DivClassName
{
background-color: #A5D521;
}
.BgClassName
{
background-color: #A5D521;
}
</style>
border-color css
<style>
span { border-color: #A5D521; }
span { border-color: rgb(165,213,33); }
td.TdClassName
{
border-color: #A5D521;
}
.TagClassName
{
border-color: #A5D521;
}
</style>