Shades of Yellow Green #AECC34
Tints of Yellow Green #AECC34
RGB
CMYK
RGB Variations
Color information
#AECC34 (or 0xAECC34) is known color: Yellow Green. HEX triplet: AE, CC and 34. RGB value is (174,204,52). Sum of RGB (Red+Green+Blue) = 174+204+52=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC34 is #5133CB. Grayscale: #B2B2B2. Windows color (decimal): -5321676 or 3460270. OLE color: 3460270.
HSL color Cylindrical-coordinate representation of color #AECC34: hue angle of 71.84º 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 #AECC34 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 52 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.2 |
| HSL | 71.84º | 0.6% | 0.5% | - |
| HSV(B) | 71.84º | 0.75% | 0.8% | - |
| XYZ | 39.67 | 52.43 | 11.28 | - |
| YUV | 177.7 | 57.06 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 52 | 0.15 | 0 | 0.75 | 0.2 | 71.84 | 0.6 | 0.5 |
| Hex | AE | CC | 34 | F | 0 | 4B | 14 | 48 | 3C | 32 |
| Octal | 256 | 314 | 64 | 17 | 0 | 113 | 24 | 110 | 74 | 62 |
| Binary | 10101110 | 11001100 | 110100 | 1111 | 0 | 1001011 | 10100 | 1001000 | 111100 | 110010 |
Color Harmonies of #AECC34
Complementary color
Monochromatic Colors of #AECC34
Black with #AECC34
Text Example
Text Example
White with #AECC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC34; }
p { color: rgb(174,204,52); }
H1.HeaderClassName
{
color: #AECC34;
}
.AnyTagClassName
{
color: #AECC34;
}
</style>
background-color css
<style>
a { background-color: #AECC34; }
a { background-color: rgb(174,204,52); }
div.DivClassName
{
background-color: #AECC34;
}
.BgClassName
{
background-color: #AECC34;
}
</style>
border-color css
<style>
span { border-color: #AECC34; }
span { border-color: rgb(174,204,52); }
td.TdClassName
{
border-color: #AECC34;
}
.TagClassName
{
border-color: #AECC34;
}
</style>