Shades of Yellow Green #AAD12C
Tints of Yellow Green #AAD12C
RGB
CMYK
RGB Variations
Color information
#AAD12C (or 0xAAD12C) is known color: Yellow Green. HEX triplet: AA, D1 and 2C. RGB value is (170,209,44). Sum of RGB (Red+Green+Blue) = 170+209+44=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 209 (82.03% from 255 or 49.41% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD12C is #552ED3. Grayscale: #B3B3B3. Windows color (decimal): -5582548 or 2937258. OLE color: 2937258.
HSL color Cylindrical-coordinate representation of color #AAD12C: hue angle of 74.18º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAD12C is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 44 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.18 |
| HSL | 74.18º | 0.65% | 0.5% | - |
| HSV(B) | 74.18º | 0.79% | 0.82% | - |
| XYZ | 39.83 | 54.33 | 10.77 | - |
| YUV | 178.53 | 52.08 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 44 | 0.19 | 0 | 0.79 | 0.18 | 74.18 | 0.65 | 0.5 |
| Hex | AA | D1 | 2C | 13 | 0 | 4F | 12 | 4A | 41 | 32 |
| Octal | 252 | 321 | 54 | 23 | 0 | 117 | 22 | 112 | 101 | 62 |
| Binary | 10101010 | 11010001 | 101100 | 10011 | 0 | 1001111 | 10010 | 1001010 | 1000001 | 110010 |
Color Harmonies of #AAD12C
Complementary color
Monochromatic Colors of #AAD12C
Black with #AAD12C
Text Example
Text Example
White with #AAD12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD12C; }
p { color: rgb(170,209,44); }
H1.HeaderClassName
{
color: #AAD12C;
}
.AnyTagClassName
{
color: #AAD12C;
}
</style>
background-color css
<style>
a { background-color: #AAD12C; }
a { background-color: rgb(170,209,44); }
div.DivClassName
{
background-color: #AAD12C;
}
.BgClassName
{
background-color: #AAD12C;
}
</style>
border-color css
<style>
span { border-color: #AAD12C; }
span { border-color: rgb(170,209,44); }
td.TdClassName
{
border-color: #AAD12C;
}
.TagClassName
{
border-color: #AAD12C;
}
</style>