Shades of Yellow Green #AECB34
Tints of Yellow Green #AECB34
RGB
CMYK
RGB Variations
Color information
#AECB34 (or 0xAECB34) is known color: Yellow Green. HEX triplet: AE, CB and 34. RGB value is (174,203,52). Sum of RGB (Red+Green+Blue) = 174+203+52=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB34 is #5134CB. Grayscale: #B1B1B1. Windows color (decimal): -5321932 or 3460014. OLE color: 3460014.
HSL color Cylindrical-coordinate representation of color #AECB34: hue angle of 71.52º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AECB34 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 52 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.20 |
| HSL | 71.52º | 0.59% | 0.5% | - |
| HSV(B) | 71.52º | 0.74% | 0.8% | - |
| XYZ | 39.43 | 51.96 | 11.2 | - |
| YUV | 177.12 | 57.39 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 52 | 0.14 | 0 | 0.74 | 0.20 | 71.52 | 0.59 | 0.5 |
| Hex | AE | CB | 34 | E | 0 | 4A | 14 | 48 | 3B | 32 |
| Octal | 256 | 313 | 64 | 16 | 0 | 112 | 24 | 110 | 73 | 62 |
| Binary | 10101110 | 11001011 | 110100 | 1110 | 0 | 1001010 | 10100 | 1001000 | 111011 | 110010 |
Color Harmonies of #AECB34
Complementary color
Monochromatic Colors of #AECB34
Black with #AECB34
Text Example
Text Example
White with #AECB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB34; }
p { color: rgb(174,203,52); }
H1.HeaderClassName
{
color: #AECB34;
}
.AnyTagClassName
{
color: #AECB34;
}
</style>
background-color css
<style>
a { background-color: #AECB34; }
a { background-color: rgb(174,203,52); }
div.DivClassName
{
background-color: #AECB34;
}
.BgClassName
{
background-color: #AECB34;
}
</style>
border-color css
<style>
span { border-color: #AECB34; }
span { border-color: rgb(174,203,52); }
td.TdClassName
{
border-color: #AECB34;
}
.TagClassName
{
border-color: #AECB34;
}
</style>