Shades of Yellow Green #A4D321
Tints of Yellow Green #A4D321
RGB
CMYK
RGB Variations
Color information
#A4D321 (or 0xA4D321) is known color: Yellow Green. HEX triplet: A4, D3 and 21. RGB value is (164,211,33). Sum of RGB (Red+Green+Blue) = 164+211+33=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D321 is #5B2CDE. Grayscale: #B1B1B1. Windows color (decimal): -5975263 or 2216868. OLE color: 2216868.
HSL color Cylindrical-coordinate representation of color #A4D321: hue angle of 75.84º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4D321 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 164 | 211 | 33 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.17 |
| HSL | 75.84º | 0.73% | 0.48% | - |
| HSV(B) | 75.84º | 0.84% | 0.83% | - |
| XYZ | 38.88 | 54.59 | 9.93 | - |
| YUV | 176.66 | 46.93 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 33 | 0.22 | 0 | 0.84 | 0.17 | 75.84 | 0.73 | 0.48 |
| Hex | A4 | D3 | 21 | 16 | 0 | 54 | 11 | 4C | 49 | 30 |
| Octal | 244 | 323 | 41 | 26 | 0 | 124 | 21 | 114 | 111 | 60 |
| Binary | 10100100 | 11010011 | 100001 | 10110 | 0 | 1010100 | 10001 | 1001100 | 1001001 | 110000 |
Color Harmonies of #A4D321
Complementary color
Monochromatic Colors of #A4D321
Black with #A4D321
Text Example
Text Example
White with #A4D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D321; }
p { color: rgb(164,211,33); }
H1.HeaderClassName
{
color: #A4D321;
}
.AnyTagClassName
{
color: #A4D321;
}
</style>
background-color css
<style>
a { background-color: #A4D321; }
a { background-color: rgb(164,211,33); }
div.DivClassName
{
background-color: #A4D321;
}
.BgClassName
{
background-color: #A4D321;
}
</style>
border-color css
<style>
span { border-color: #A4D321; }
span { border-color: rgb(164,211,33); }
td.TdClassName
{
border-color: #A4D321;
}
.TagClassName
{
border-color: #A4D321;
}
</style>