Shades of Yellow Green #AAD428
Tints of Yellow Green #AAD428
RGB
CMYK
RGB Variations
Color information
#AAD428 (or 0xAAD428) is known color: Yellow Green. HEX triplet: AA, D4 and 28. RGB value is (170,212,40). Sum of RGB (Red+Green+Blue) = 170+212+40=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD428 is #552BD7. Grayscale: #B4B4B4. Windows color (decimal): -5581784 or 2675882. OLE color: 2675882.
HSL color Cylindrical-coordinate representation of color #AAD428: hue angle of 74.65º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAD428 is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 40 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.17 |
| HSL | 74.65º | 0.68% | 0.49% | - |
| HSV(B) | 74.65º | 0.81% | 0.83% | - |
| XYZ | 40.5 | 55.79 | 10.64 | - |
| YUV | 179.83 | 49.09 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 40 | 0.20 | 0 | 0.81 | 0.17 | 74.65 | 0.68 | 0.49 |
| Hex | AA | D4 | 28 | 14 | 0 | 51 | 11 | 4B | 44 | 31 |
| Octal | 252 | 324 | 50 | 24 | 0 | 121 | 21 | 113 | 104 | 61 |
| Binary | 10101010 | 11010100 | 101000 | 10100 | 0 | 1010001 | 10001 | 1001011 | 1000100 | 110001 |
Color Harmonies of #AAD428
Complementary color
Monochromatic Colors of #AAD428
Black with #AAD428
Text Example
Text Example
White with #AAD428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD428; }
p { color: rgb(170,212,40); }
H1.HeaderClassName
{
color: #AAD428;
}
.AnyTagClassName
{
color: #AAD428;
}
</style>
background-color css
<style>
a { background-color: #AAD428; }
a { background-color: rgb(170,212,40); }
div.DivClassName
{
background-color: #AAD428;
}
.BgClassName
{
background-color: #AAD428;
}
</style>
border-color css
<style>
span { border-color: #AAD428; }
span { border-color: rgb(170,212,40); }
td.TdClassName
{
border-color: #AAD428;
}
.TagClassName
{
border-color: #AAD428;
}
</style>