Shades of Yellow Green #AECD32
Tints of Yellow Green #AECD32
RGB
CMYK
RGB Variations
Color information
#AECD32 (or 0xAECD32) is known color: Yellow Green. HEX triplet: AE, CD and 32. RGB value is (174,205,50). Sum of RGB (Red+Green+Blue) = 174+205+50=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD32 is #5132CD. Grayscale: #B2B2B2. Windows color (decimal): -5321422 or 3329454. OLE color: 3329454.
HSL color Cylindrical-coordinate representation of color #AECD32: hue angle of 72º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AECD32 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 50 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.20 |
| HSL | 72º | 0.61% | 0.5% | - |
| HSV(B) | 72º | 0.76% | 0.8% | - |
| XYZ | 39.86 | 52.89 | 11.13 | - |
| YUV | 178.06 | 55.73 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 50 | 0.15 | 0 | 0.76 | 0.20 | 72 | 0.61 | 0.5 |
| Hex | AE | CD | 32 | F | 0 | 4C | 14 | 48 | 3D | 32 |
| Octal | 256 | 315 | 62 | 17 | 0 | 114 | 24 | 110 | 75 | 62 |
| Binary | 10101110 | 11001101 | 110010 | 1111 | 0 | 1001100 | 10100 | 1001000 | 111101 | 110010 |
Color Harmonies of #AECD32
Complementary color
Monochromatic Colors of #AECD32
Black with #AECD32
Text Example
Text Example
White with #AECD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD32; }
p { color: rgb(174,205,50); }
H1.HeaderClassName
{
color: #AECD32;
}
.AnyTagClassName
{
color: #AECD32;
}
</style>
background-color css
<style>
a { background-color: #AECD32; }
a { background-color: rgb(174,205,50); }
div.DivClassName
{
background-color: #AECD32;
}
.BgClassName
{
background-color: #AECD32;
}
</style>
border-color css
<style>
span { border-color: #AECD32; }
span { border-color: rgb(174,205,50); }
td.TdClassName
{
border-color: #AECD32;
}
.TagClassName
{
border-color: #AECD32;
}
</style>