Shades of Yellow Green #AECB32
Tints of Yellow Green #AECB32
RGB
CMYK
RGB Variations
Color information
#AECB32 (or 0xAECB32) is known color: Yellow Green. HEX triplet: AE, CB and 32. RGB value is (174,203,50). Sum of RGB (Red+Green+Blue) = 174+203+50=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB32 is #5134CD. Grayscale: #B1B1B1. Windows color (decimal): -5321934 or 3328942. OLE color: 3328942.
HSL color Cylindrical-coordinate representation of color #AECB32: hue angle of 71.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AECB32 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 50 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.20 |
| HSL | 71.37º | 0.6% | 0.5% | - |
| HSV(B) | 71.37º | 0.75% | 0.8% | - |
| XYZ | 39.39 | 51.94 | 10.97 | - |
| YUV | 176.89 | 56.39 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 50 | 0.14 | 0 | 0.75 | 0.20 | 71.37 | 0.6 | 0.5 |
| Hex | AE | CB | 32 | E | 0 | 4B | 14 | 47 | 3C | 32 |
| Octal | 256 | 313 | 62 | 16 | 0 | 113 | 24 | 107 | 74 | 62 |
| Binary | 10101110 | 11001011 | 110010 | 1110 | 0 | 1001011 | 10100 | 1000111 | 111100 | 110010 |
Color Harmonies of #AECB32
Complementary color
Monochromatic Colors of #AECB32
Black with #AECB32
Text Example
Text Example
White with #AECB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB32; }
p { color: rgb(174,203,50); }
H1.HeaderClassName
{
color: #AECB32;
}
.AnyTagClassName
{
color: #AECB32;
}
</style>
background-color css
<style>
a { background-color: #AECB32; }
a { background-color: rgb(174,203,50); }
div.DivClassName
{
background-color: #AECB32;
}
.BgClassName
{
background-color: #AECB32;
}
</style>
border-color css
<style>
span { border-color: #AECB32; }
span { border-color: rgb(174,203,50); }
td.TdClassName
{
border-color: #AECB32;
}
.TagClassName
{
border-color: #AECB32;
}
</style>