Shades of Yellow Green #AADC2C
Tints of Yellow Green #AADC2C
RGB
CMYK
RGB Variations
Color information
#AADC2C (or 0xAADC2C) is known color: Yellow Green. HEX triplet: AA, DC and 2C. RGB value is (170,220,44). Sum of RGB (Red+Green+Blue) = 170+220+44=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC2C is #5523D3. Grayscale: #B9B9B9. Windows color (decimal): -5579732 or 2940074. OLE color: 2940074.
HSL color Cylindrical-coordinate representation of color #AADC2C: hue angle of 77.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AADC2C is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 44 | - |
| CMYK | 0.23 | 0 | 0.8 | 0.14 |
| HSL | 77.05º | 0.72% | 0.52% | - |
| HSV(B) | 77.05º | 0.8% | 0.86% | - |
| XYZ | 42.63 | 59.91 | 11.7 | - |
| YUV | 184.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 44 | 0.23 | 0 | 0.8 | 0.14 | 77.05 | 0.72 | 0.52 |
| Hex | AA | DC | 2C | 17 | 0 | 50 | E | 4D | 48 | 34 |
| Octal | 252 | 334 | 54 | 27 | 0 | 120 | 16 | 115 | 110 | 64 |
| Binary | 10101010 | 11011100 | 101100 | 10111 | 0 | 1010000 | 1110 | 1001101 | 1001000 | 110100 |
Color Harmonies of #AADC2C
Complementary color
Monochromatic Colors of #AADC2C
Black with #AADC2C
Text Example
Text Example
White with #AADC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC2C; }
p { color: rgb(170,220,44); }
H1.HeaderClassName
{
color: #AADC2C;
}
.AnyTagClassName
{
color: #AADC2C;
}
</style>
background-color css
<style>
a { background-color: #AADC2C; }
a { background-color: rgb(170,220,44); }
div.DivClassName
{
background-color: #AADC2C;
}
.BgClassName
{
background-color: #AADC2C;
}
</style>
border-color css
<style>
span { border-color: #AADC2C; }
span { border-color: rgb(170,220,44); }
td.TdClassName
{
border-color: #AADC2C;
}
.TagClassName
{
border-color: #AADC2C;
}
</style>