Shades of Yellow Green #AAD430
Tints of Yellow Green #AAD430
RGB
CMYK
RGB Variations
Color information
#AAD430 (or 0xAAD430) is known color: Yellow Green. HEX triplet: AA, D4 and 30. RGB value is (170,212,48). Sum of RGB (Red+Green+Blue) = 170+212+48=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD430 is #552BCF. Grayscale: #B5B5B5. Windows color (decimal): -5581776 or 3200170. OLE color: 3200170.
HSL color Cylindrical-coordinate representation of color #AAD430: hue angle of 75.37º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD430 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 48 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.17 |
| HSL | 75.37º | 0.66% | 0.51% | - |
| HSV(B) | 75.37º | 0.77% | 0.83% | - |
| XYZ | 40.65 | 55.85 | 11.43 | - |
| YUV | 180.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 48 | 0.20 | 0 | 0.77 | 0.17 | 75.37 | 0.66 | 0.51 |
| Hex | AA | D4 | 30 | 14 | 0 | 4D | 11 | 4B | 42 | 33 |
| Octal | 252 | 324 | 60 | 24 | 0 | 115 | 21 | 113 | 102 | 63 |
| Binary | 10101010 | 11010100 | 110000 | 10100 | 0 | 1001101 | 10001 | 1001011 | 1000010 | 110011 |
Color Harmonies of #AAD430
Complementary color
Monochromatic Colors of #AAD430
Black with #AAD430
Text Example
Text Example
White with #AAD430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD430; }
p { color: rgb(170,212,48); }
H1.HeaderClassName
{
color: #AAD430;
}
.AnyTagClassName
{
color: #AAD430;
}
</style>
background-color css
<style>
a { background-color: #AAD430; }
a { background-color: rgb(170,212,48); }
div.DivClassName
{
background-color: #AAD430;
}
.BgClassName
{
background-color: #AAD430;
}
</style>
border-color css
<style>
span { border-color: #AAD430; }
span { border-color: rgb(170,212,48); }
td.TdClassName
{
border-color: #AAD430;
}
.TagClassName
{
border-color: #AAD430;
}
</style>