Shades of Yellow Green #AAD42C
Tints of Yellow Green #AAD42C
RGB
CMYK
RGB Variations
Color information
#AAD42C (or 0xAAD42C) is known color: Yellow Green. HEX triplet: AA, D4 and 2C. RGB value is (170,212,44). Sum of RGB (Red+Green+Blue) = 170+212+44=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD42C is #552BD3. Grayscale: #B4B4B4. Windows color (decimal): -5581780 or 2938026. OLE color: 2938026.
HSL color Cylindrical-coordinate representation of color #AAD42C: hue angle of 75º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAD42C is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 44 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.17 |
| HSL | 75º | 0.66% | 0.5% | - |
| HSV(B) | 75º | 0.79% | 0.83% | - |
| XYZ | 40.58 | 55.81 | 11.02 | - |
| YUV | 180.29 | 51.09 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 44 | 0.20 | 0 | 0.79 | 0.17 | 75 | 0.66 | 0.5 |
| Hex | AA | D4 | 2C | 14 | 0 | 4F | 11 | 4B | 42 | 32 |
| Octal | 252 | 324 | 54 | 24 | 0 | 117 | 21 | 113 | 102 | 62 |
| Binary | 10101010 | 11010100 | 101100 | 10100 | 0 | 1001111 | 10001 | 1001011 | 1000010 | 110010 |
Color Harmonies of #AAD42C
Complementary color
Monochromatic Colors of #AAD42C
Black with #AAD42C
Text Example
Text Example
White with #AAD42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD42C; }
p { color: rgb(170,212,44); }
H1.HeaderClassName
{
color: #AAD42C;
}
.AnyTagClassName
{
color: #AAD42C;
}
</style>
background-color css
<style>
a { background-color: #AAD42C; }
a { background-color: rgb(170,212,44); }
div.DivClassName
{
background-color: #AAD42C;
}
.BgClassName
{
background-color: #AAD42C;
}
</style>
border-color css
<style>
span { border-color: #AAD42C; }
span { border-color: rgb(170,212,44); }
td.TdClassName
{
border-color: #AAD42C;
}
.TagClassName
{
border-color: #AAD42C;
}
</style>