Shades of Yellow Green #AAD133
Tints of Yellow Green #AAD133
RGB
CMYK
RGB Variations
Color information
#AAD133 (or 0xAAD133) is known color: Yellow Green. HEX triplet: AA, D1 and 33. RGB value is (170,209,51). Sum of RGB (Red+Green+Blue) = 170+209+51=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD133 is #552ECC. Grayscale: #B3B3B3. Windows color (decimal): -5582541 or 3396010. OLE color: 3396010.
HSL color Cylindrical-coordinate representation of color #AAD133: hue angle of 74.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAD133 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 51 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.18 |
| HSL | 74.81º | 0.63% | 0.51% | - |
| HSV(B) | 74.81º | 0.76% | 0.82% | - |
| XYZ | 39.98 | 54.39 | 11.52 | - |
| YUV | 179.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 51 | 0.19 | 0 | 0.76 | 0.18 | 74.81 | 0.63 | 0.51 |
| Hex | AA | D1 | 33 | 13 | 0 | 4C | 12 | 4B | 3F | 33 |
| Octal | 252 | 321 | 63 | 23 | 0 | 114 | 22 | 113 | 77 | 63 |
| Binary | 10101010 | 11010001 | 110011 | 10011 | 0 | 1001100 | 10010 | 1001011 | 111111 | 110011 |
Color Harmonies of #AAD133
Complementary color
Monochromatic Colors of #AAD133
Black with #AAD133
Text Example
Text Example
White with #AAD133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD133; }
p { color: rgb(170,209,51); }
H1.HeaderClassName
{
color: #AAD133;
}
.AnyTagClassName
{
color: #AAD133;
}
</style>
background-color css
<style>
a { background-color: #AAD133; }
a { background-color: rgb(170,209,51); }
div.DivClassName
{
background-color: #AAD133;
}
.BgClassName
{
background-color: #AAD133;
}
</style>
border-color css
<style>
span { border-color: #AAD133; }
span { border-color: rgb(170,209,51); }
td.TdClassName
{
border-color: #AAD133;
}
.TagClassName
{
border-color: #AAD133;
}
</style>