Shades of Yellow Green #AACA32
Tints of Yellow Green #AACA32
RGB
CMYK
RGB Variations
Color information
#AACA32 (or 0xAACA32) is known color: Yellow Green. HEX triplet: AA, CA and 32. RGB value is (170,202,50). Sum of RGB (Red+Green+Blue) = 170+202+50=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA32 is #5535CD. Grayscale: #AFAFAF. Windows color (decimal): -5584334 or 3328682. OLE color: 3328682.
HSL color Cylindrical-coordinate representation of color #AACA32: hue angle of 72.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AACA32 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 50 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.21 |
| HSL | 72.63º | 0.6% | 0.49% | - |
| HSV(B) | 72.63º | 0.75% | 0.79% | - |
| XYZ | 38.27 | 51.02 | 10.85 | - |
| YUV | 175.1 | 57.4 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 50 | 0.16 | 0 | 0.75 | 0.21 | 72.63 | 0.6 | 0.49 |
| Hex | AA | CA | 32 | 10 | 0 | 4B | 15 | 49 | 3C | 31 |
| Octal | 252 | 312 | 62 | 20 | 0 | 113 | 25 | 111 | 74 | 61 |
| Binary | 10101010 | 11001010 | 110010 | 10000 | 0 | 1001011 | 10101 | 1001001 | 111100 | 110001 |
Color Harmonies of #AACA32
Complementary color
Monochromatic Colors of #AACA32
Black with #AACA32
Text Example
Text Example
White with #AACA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA32; }
p { color: rgb(170,202,50); }
H1.HeaderClassName
{
color: #AACA32;
}
.AnyTagClassName
{
color: #AACA32;
}
</style>
background-color css
<style>
a { background-color: #AACA32; }
a { background-color: rgb(170,202,50); }
div.DivClassName
{
background-color: #AACA32;
}
.BgClassName
{
background-color: #AACA32;
}
</style>
border-color css
<style>
span { border-color: #AACA32; }
span { border-color: rgb(170,202,50); }
td.TdClassName
{
border-color: #AACA32;
}
.TagClassName
{
border-color: #AACA32;
}
</style>