Shades of Yellow Green #AAD231
Tints of Yellow Green #AAD231
RGB
CMYK
RGB Variations
Color information
#AAD231 (or 0xAAD231) is known color: Yellow Green. HEX triplet: AA, D2 and 31. RGB value is (170,210,49). Sum of RGB (Red+Green+Blue) = 170+210+49=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD231 is #552DCE. Grayscale: #B4B4B4. Windows color (decimal): -5582287 or 3265194. OLE color: 3265194.
HSL color Cylindrical-coordinate representation of color #AAD231: hue angle of 74.91º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD231 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 49 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.18 |
| HSL | 74.91º | 0.64% | 0.51% | - |
| HSV(B) | 74.91º | 0.77% | 0.82% | - |
| XYZ | 40.18 | 54.86 | 11.38 | - |
| YUV | 179.69 | 54.25 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 49 | 0.19 | 0 | 0.77 | 0.18 | 74.91 | 0.64 | 0.51 |
| Hex | AA | D2 | 31 | 13 | 0 | 4D | 12 | 4B | 40 | 33 |
| Octal | 252 | 322 | 61 | 23 | 0 | 115 | 22 | 113 | 100 | 63 |
| Binary | 10101010 | 11010010 | 110001 | 10011 | 0 | 1001101 | 10010 | 1001011 | 1000000 | 110011 |
Color Harmonies of #AAD231
Complementary color
Monochromatic Colors of #AAD231
Black with #AAD231
Text Example
Text Example
White with #AAD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD231; }
p { color: rgb(170,210,49); }
H1.HeaderClassName
{
color: #AAD231;
}
.AnyTagClassName
{
color: #AAD231;
}
</style>
background-color css
<style>
a { background-color: #AAD231; }
a { background-color: rgb(170,210,49); }
div.DivClassName
{
background-color: #AAD231;
}
.BgClassName
{
background-color: #AAD231;
}
</style>
border-color css
<style>
span { border-color: #AAD231; }
span { border-color: rgb(170,210,49); }
td.TdClassName
{
border-color: #AAD231;
}
.TagClassName
{
border-color: #AAD231;
}
</style>