Shades of Yellow Green #AAD230
Tints of Yellow Green #AAD230
RGB
CMYK
RGB Variations
Color information
#AAD230 (or 0xAAD230) is known color: Yellow Green. HEX triplet: AA, D2 and 30. RGB value is (170,210,48). Sum of RGB (Red+Green+Blue) = 170+210+48=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 210 (82.42% from 255 or 49.07% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD230 is #552DCF. Grayscale: #B4B4B4. Windows color (decimal): -5582288 or 3199658. OLE color: 3199658.
HSL color Cylindrical-coordinate representation of color #AAD230: hue angle of 74.81º 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 #AAD230 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 48 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.18 |
| HSL | 74.81º | 0.64% | 0.51% | - |
| HSV(B) | 74.81º | 0.77% | 0.82% | - |
| XYZ | 40.16 | 54.85 | 11.27 | - |
| YUV | 179.57 | 53.75 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 48 | 0.19 | 0 | 0.77 | 0.18 | 74.81 | 0.64 | 0.51 |
| Hex | AA | D2 | 30 | 13 | 0 | 4D | 12 | 4B | 40 | 33 |
| Octal | 252 | 322 | 60 | 23 | 0 | 115 | 22 | 113 | 100 | 63 |
| Binary | 10101010 | 11010010 | 110000 | 10011 | 0 | 1001101 | 10010 | 1001011 | 1000000 | 110011 |
Color Harmonies of #AAD230
Complementary color
Monochromatic Colors of #AAD230
Black with #AAD230
Text Example
Text Example
White with #AAD230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD230; }
p { color: rgb(170,210,48); }
H1.HeaderClassName
{
color: #AAD230;
}
.AnyTagClassName
{
color: #AAD230;
}
</style>
background-color css
<style>
a { background-color: #AAD230; }
a { background-color: rgb(170,210,48); }
div.DivClassName
{
background-color: #AAD230;
}
.BgClassName
{
background-color: #AAD230;
}
</style>
border-color css
<style>
span { border-color: #AAD230; }
span { border-color: rgb(170,210,48); }
td.TdClassName
{
border-color: #AAD230;
}
.TagClassName
{
border-color: #AAD230;
}
</style>