Shades of Yellow Green #AAD227
Tints of Yellow Green #AAD227
RGB
CMYK
RGB Variations
Color information
#AAD227 (or 0xAAD227) is known color: Yellow Green. HEX triplet: AA, D2 and 27. RGB value is (170,210,39). Sum of RGB (Red+Green+Blue) = 170+210+39=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD227 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD227 is #552DD8. Grayscale: #B3B3B3. Windows color (decimal): -5582297 or 2609834. OLE color: 2609834.
HSL color Cylindrical-coordinate representation of color #AAD227: hue angle of 74.04º 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 #AAD227 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 39 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.18 |
| HSL | 74.04º | 0.69% | 0.49% | - |
| HSV(B) | 74.04º | 0.81% | 0.82% | - |
| XYZ | 39.99 | 54.79 | 10.39 | - |
| YUV | 178.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 39 | 0.19 | 0 | 0.81 | 0.18 | 74.04 | 0.69 | 0.49 |
| Hex | AA | D2 | 27 | 13 | 0 | 51 | 12 | 4A | 45 | 31 |
| Octal | 252 | 322 | 47 | 23 | 0 | 121 | 22 | 112 | 105 | 61 |
| Binary | 10101010 | 11010010 | 100111 | 10011 | 0 | 1010001 | 10010 | 1001010 | 1000101 | 110001 |
Color Harmonies of #AAD227
Complementary color
Monochromatic Colors of #AAD227
Black with #AAD227
Text Example
Text Example
White with #AAD227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD227; }
p { color: rgb(170,210,39); }
H1.HeaderClassName
{
color: #AAD227;
}
.AnyTagClassName
{
color: #AAD227;
}
</style>
background-color css
<style>
a { background-color: #AAD227; }
a { background-color: rgb(170,210,39); }
div.DivClassName
{
background-color: #AAD227;
}
.BgClassName
{
background-color: #AAD227;
}
</style>
border-color css
<style>
span { border-color: #AAD227; }
span { border-color: rgb(170,210,39); }
td.TdClassName
{
border-color: #AAD227;
}
.TagClassName
{
border-color: #AAD227;
}
</style>