Shades of Yellow Green #AAD527
Tints of Yellow Green #AAD527
RGB
CMYK
RGB Variations
Color information
#AAD527 (or 0xAAD527) is known color: Yellow Green. HEX triplet: AA, D5 and 27. RGB value is (170,213,39). Sum of RGB (Red+Green+Blue) = 170+213+39=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD527 is #552AD8. Grayscale: #B4B4B4. Windows color (decimal): -5581529 or 2610602. OLE color: 2610602.
HSL color Cylindrical-coordinate representation of color #AAD527: hue angle of 74.83º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAD527 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 39 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.16 |
| HSL | 74.83º | 0.69% | 0.49% | - |
| HSV(B) | 74.83º | 0.82% | 0.84% | - |
| XYZ | 40.74 | 56.28 | 10.64 | - |
| YUV | 180.31 | 48.25 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 39 | 0.20 | 0 | 0.82 | 0.16 | 74.83 | 0.69 | 0.49 |
| Hex | AA | D5 | 27 | 14 | 0 | 52 | 10 | 4B | 45 | 31 |
| Octal | 252 | 325 | 47 | 24 | 0 | 122 | 20 | 113 | 105 | 61 |
| Binary | 10101010 | 11010101 | 100111 | 10100 | 0 | 1010010 | 10000 | 1001011 | 1000101 | 110001 |
Color Harmonies of #AAD527
Complementary color
Monochromatic Colors of #AAD527
Black with #AAD527
Text Example
Text Example
White with #AAD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD527; }
p { color: rgb(170,213,39); }
H1.HeaderClassName
{
color: #AAD527;
}
.AnyTagClassName
{
color: #AAD527;
}
</style>
background-color css
<style>
a { background-color: #AAD527; }
a { background-color: rgb(170,213,39); }
div.DivClassName
{
background-color: #AAD527;
}
.BgClassName
{
background-color: #AAD527;
}
</style>
border-color css
<style>
span { border-color: #AAD527; }
span { border-color: rgb(170,213,39); }
td.TdClassName
{
border-color: #AAD527;
}
.TagClassName
{
border-color: #AAD527;
}
</style>