Shades of Yellow Green #AAD127
Tints of Yellow Green #AAD127
RGB
CMYK
RGB Variations
Color information
#AAD127 (or 0xAAD127) is known color: Yellow Green. HEX triplet: AA, D1 and 27. RGB value is (170,209,39). Sum of RGB (Red+Green+Blue) = 170+209+39=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 39 (15.62% from 255 or 9.33% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD127 is #552ED8. Grayscale: #B2B2B2. Windows color (decimal): -5582553 or 2609578. OLE color: 2609578.
HSL color Cylindrical-coordinate representation of color #AAD127: hue angle of 73.76º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAD127 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 39 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.18 |
| HSL | 73.76º | 0.69% | 0.49% | - |
| HSV(B) | 73.76º | 0.81% | 0.82% | - |
| XYZ | 39.74 | 54.29 | 10.3 | - |
| YUV | 177.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 39 | 0.19 | 0 | 0.81 | 0.18 | 73.76 | 0.69 | 0.49 |
| Hex | AA | D1 | 27 | 13 | 0 | 51 | 12 | 4A | 45 | 31 |
| Octal | 252 | 321 | 47 | 23 | 0 | 121 | 22 | 112 | 105 | 61 |
| Binary | 10101010 | 11010001 | 100111 | 10011 | 0 | 1010001 | 10010 | 1001010 | 1000101 | 110001 |
Color Harmonies of #AAD127
Complementary color
Monochromatic Colors of #AAD127
Black with #AAD127
Text Example
Text Example
White with #AAD127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD127; }
p { color: rgb(170,209,39); }
H1.HeaderClassName
{
color: #AAD127;
}
.AnyTagClassName
{
color: #AAD127;
}
</style>
background-color css
<style>
a { background-color: #AAD127; }
a { background-color: rgb(170,209,39); }
div.DivClassName
{
background-color: #AAD127;
}
.BgClassName
{
background-color: #AAD127;
}
</style>
border-color css
<style>
span { border-color: #AAD127; }
span { border-color: rgb(170,209,39); }
td.TdClassName
{
border-color: #AAD127;
}
.TagClassName
{
border-color: #AAD127;
}
</style>