Shades of Yellow Green #AECA32
Tints of Yellow Green #AECA32
RGB
CMYK
RGB Variations
Color information
#AECA32 (or 0xAECA32) is known color: Yellow Green. HEX triplet: AE, CA and 32. RGB value is (174,202,50). Sum of RGB (Red+Green+Blue) = 174+202+50=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA32 is #5135CD. Grayscale: #B0B0B0. Windows color (decimal): -5322190 or 3328686. OLE color: 3328686.
HSL color Cylindrical-coordinate representation of color #AECA32: hue angle of 71.05º 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 #AECA32 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 50 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.21 |
| HSL | 71.05º | 0.6% | 0.49% | - |
| HSV(B) | 71.05º | 0.75% | 0.79% | - |
| XYZ | 39.15 | 51.47 | 10.89 | - |
| YUV | 176.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 50 | 0.14 | 0 | 0.75 | 0.21 | 71.05 | 0.6 | 0.49 |
| Hex | AE | CA | 32 | E | 0 | 4B | 15 | 47 | 3C | 31 |
| Octal | 256 | 312 | 62 | 16 | 0 | 113 | 25 | 107 | 74 | 61 |
| Binary | 10101110 | 11001010 | 110010 | 1110 | 0 | 1001011 | 10101 | 1000111 | 111100 | 110001 |
Color Harmonies of #AECA32
Complementary color
Monochromatic Colors of #AECA32
Black with #AECA32
Text Example
Text Example
White with #AECA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA32; }
p { color: rgb(174,202,50); }
H1.HeaderClassName
{
color: #AECA32;
}
.AnyTagClassName
{
color: #AECA32;
}
</style>
background-color css
<style>
a { background-color: #AECA32; }
a { background-color: rgb(174,202,50); }
div.DivClassName
{
background-color: #AECA32;
}
.BgClassName
{
background-color: #AECA32;
}
</style>
border-color css
<style>
span { border-color: #AECA32; }
span { border-color: rgb(174,202,50); }
td.TdClassName
{
border-color: #AECA32;
}
.TagClassName
{
border-color: #AECA32;
}
</style>