Shades of Yellow Green #A4D529
Tints of Yellow Green #A4D529
RGB
CMYK
RGB Variations
Color information
#A4D529 (or 0xA4D529) is known color: Yellow Green. HEX triplet: A4, D5 and 29. RGB value is (164,213,41). Sum of RGB (Red+Green+Blue) = 164+213+41=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D529 is #5B2AD6. Grayscale: #B3B3B3. Windows color (decimal): -5974743 or 2741668. OLE color: 2741668.
HSL color Cylindrical-coordinate representation of color #A4D529: hue angle of 77.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A4D529 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 41 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.16 |
| HSL | 77.09º | 0.68% | 0.5% | - |
| HSV(B) | 77.09º | 0.81% | 0.84% | - |
| XYZ | 39.5 | 55.64 | 10.76 | - |
| YUV | 178.74 | 50.27 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 41 | 0.23 | 0 | 0.81 | 0.16 | 77.09 | 0.68 | 0.5 |
| Hex | A4 | D5 | 29 | 17 | 0 | 51 | 10 | 4D | 44 | 32 |
| Octal | 244 | 325 | 51 | 27 | 0 | 121 | 20 | 115 | 104 | 62 |
| Binary | 10100100 | 11010101 | 101001 | 10111 | 0 | 1010001 | 10000 | 1001101 | 1000100 | 110010 |
Color Harmonies of #A4D529
Complementary color
Monochromatic Colors of #A4D529
Black with #A4D529
Text Example
Text Example
White with #A4D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D529; }
p { color: rgb(164,213,41); }
H1.HeaderClassName
{
color: #A4D529;
}
.AnyTagClassName
{
color: #A4D529;
}
</style>
background-color css
<style>
a { background-color: #A4D529; }
a { background-color: rgb(164,213,41); }
div.DivClassName
{
background-color: #A4D529;
}
.BgClassName
{
background-color: #A4D529;
}
</style>
border-color css
<style>
span { border-color: #A4D529; }
span { border-color: rgb(164,213,41); }
td.TdClassName
{
border-color: #A4D529;
}
.TagClassName
{
border-color: #A4D529;
}
</style>