Shades of Yellow Green #A8D529
Tints of Yellow Green #A8D529
RGB
CMYK
RGB Variations
Color information
#A8D529 (or 0xA8D529) is known color: Yellow Green. HEX triplet: A8, D5 and 29. RGB value is (168,213,41). Sum of RGB (Red+Green+Blue) = 168+213+41=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D529 is #572AD6. Grayscale: #B4B4B4. Windows color (decimal): -5712599 or 2741672. OLE color: 2741672.
HSL color Cylindrical-coordinate representation of color #A8D529: hue angle of 75.7º 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 #A8D529 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 41 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.16 |
| HSL | 75.7º | 0.68% | 0.5% | - |
| HSV(B) | 75.7º | 0.81% | 0.84% | - |
| XYZ | 40.34 | 56.07 | 10.79 | - |
| YUV | 179.94 | 49.59 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 41 | 0.21 | 0 | 0.81 | 0.16 | 75.7 | 0.68 | 0.5 |
| Hex | A8 | D5 | 29 | 15 | 0 | 51 | 10 | 4C | 44 | 32 |
| Octal | 250 | 325 | 51 | 25 | 0 | 121 | 20 | 114 | 104 | 62 |
| Binary | 10101000 | 11010101 | 101001 | 10101 | 0 | 1010001 | 10000 | 1001100 | 1000100 | 110010 |
Color Harmonies of #A8D529
Complementary color
Monochromatic Colors of #A8D529
Black with #A8D529
Text Example
Text Example
White with #A8D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D529; }
p { color: rgb(168,213,41); }
H1.HeaderClassName
{
color: #A8D529;
}
.AnyTagClassName
{
color: #A8D529;
}
</style>
background-color css
<style>
a { background-color: #A8D529; }
a { background-color: rgb(168,213,41); }
div.DivClassName
{
background-color: #A8D529;
}
.BgClassName
{
background-color: #A8D529;
}
</style>
border-color css
<style>
span { border-color: #A8D529; }
span { border-color: rgb(168,213,41); }
td.TdClassName
{
border-color: #A8D529;
}
.TagClassName
{
border-color: #A8D529;
}
</style>