Shades of Yellow Green #AAD426
Tints of Yellow Green #AAD426
RGB
CMYK
RGB Variations
Color information
#AAD426 (or 0xAAD426) is known color: Yellow Green. HEX triplet: AA, D4 and 26. RGB value is (170,212,38). Sum of RGB (Red+Green+Blue) = 170+212+38=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD426 is #552BD9. Grayscale: #B4B4B4. Windows color (decimal): -5581786 or 2544810. OLE color: 2544810.
HSL color Cylindrical-coordinate representation of color #AAD426: hue angle of 74.48º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAD426 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 38 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.17 |
| HSL | 74.48º | 0.7% | 0.49% | - |
| HSV(B) | 74.48º | 0.82% | 0.83% | - |
| XYZ | 40.47 | 55.77 | 10.47 | - |
| YUV | 179.61 | 48.09 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 38 | 0.20 | 0 | 0.82 | 0.17 | 74.48 | 0.7 | 0.49 |
| Hex | AA | D4 | 26 | 14 | 0 | 52 | 11 | 4A | 46 | 31 |
| Octal | 252 | 324 | 46 | 24 | 0 | 122 | 21 | 112 | 106 | 61 |
| Binary | 10101010 | 11010100 | 100110 | 10100 | 0 | 1010010 | 10001 | 1001010 | 1000110 | 110001 |
Color Harmonies of #AAD426
Complementary color
Monochromatic Colors of #AAD426
Black with #AAD426
Text Example
Text Example
White with #AAD426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD426; }
p { color: rgb(170,212,38); }
H1.HeaderClassName
{
color: #AAD426;
}
.AnyTagClassName
{
color: #AAD426;
}
</style>
background-color css
<style>
a { background-color: #AAD426; }
a { background-color: rgb(170,212,38); }
div.DivClassName
{
background-color: #AAD426;
}
.BgClassName
{
background-color: #AAD426;
}
</style>
border-color css
<style>
span { border-color: #AAD426; }
span { border-color: rgb(170,212,38); }
td.TdClassName
{
border-color: #AAD426;
}
.TagClassName
{
border-color: #AAD426;
}
</style>