Shades of Yellow Green #AAD228
Tints of Yellow Green #AAD228
RGB
CMYK
RGB Variations
Color information
#AAD228 (or 0xAAD228) is known color: Yellow Green. HEX triplet: AA, D2 and 28. RGB value is (170,210,40). Sum of RGB (Red+Green+Blue) = 170+210+40=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD228 is #552DD7. Grayscale: #B3B3B3. Windows color (decimal): -5582296 or 2675370. OLE color: 2675370.
HSL color Cylindrical-coordinate representation of color #AAD228: hue angle of 74.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAD228 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 40 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.18 |
| HSL | 74.12º | 0.68% | 0.49% | - |
| HSV(B) | 74.12º | 0.81% | 0.82% | - |
| XYZ | 40.01 | 54.79 | 10.47 | - |
| YUV | 178.66 | 49.75 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 40 | 0.19 | 0 | 0.81 | 0.18 | 74.12 | 0.68 | 0.49 |
| Hex | AA | D2 | 28 | 13 | 0 | 51 | 12 | 4A | 44 | 31 |
| Octal | 252 | 322 | 50 | 23 | 0 | 121 | 22 | 112 | 104 | 61 |
| Binary | 10101010 | 11010010 | 101000 | 10011 | 0 | 1010001 | 10010 | 1001010 | 1000100 | 110001 |
Color Harmonies of #AAD228
Complementary color
Monochromatic Colors of #AAD228
Black with #AAD228
Text Example
Text Example
White with #AAD228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD228; }
p { color: rgb(170,210,40); }
H1.HeaderClassName
{
color: #AAD228;
}
.AnyTagClassName
{
color: #AAD228;
}
</style>
background-color css
<style>
a { background-color: #AAD228; }
a { background-color: rgb(170,210,40); }
div.DivClassName
{
background-color: #AAD228;
}
.BgClassName
{
background-color: #AAD228;
}
</style>
border-color css
<style>
span { border-color: #AAD228; }
span { border-color: rgb(170,210,40); }
td.TdClassName
{
border-color: #AAD228;
}
.TagClassName
{
border-color: #AAD228;
}
</style>