Shades of Fuego #AECE2F
Tints of Fuego #AECE2F
RGB
CMYK
RGB Variations
Color information
#AECE2F (or 0xAECE2F) is known color: Fuego. HEX triplet: AE, CE and 2F. RGB value is (174,206,47). Sum of RGB (Red+Green+Blue) = 174+206+47=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE2F is #5131D0. Grayscale: #B2B2B2. Windows color (decimal): -5321169 or 3133102. OLE color: 3133102.
HSL color Cylindrical-coordinate representation of color #AECE2F: hue angle of 72.08º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AECE2F is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
RGB | 174 | 206 | 47 | - |
CMYK | 0.16 | 0 | 0.77 | 0.19 |
HSL | 72.08º | 0.63% | 0.5% | - |
HSV(B) | 72.08º | 0.77% | 0.81% | - |
XYZ | 40.04 | 53.35 | 10.88 | - |
YUV | 178.31 | 53.9 | 124.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 206 | 47 | 0.16 | 0 | 0.77 | 0.19 | 72.08 | 0.63 | 0.5 |
Hex | AE | CE | 2F | 10 | 0 | 4D | 13 | 48 | 3F | 32 |
Octal | 256 | 316 | 57 | 20 | 0 | 115 | 23 | 110 | 77 | 62 |
Binary | 10101110 | 11001110 | 101111 | 10000 | 0 | 1001101 | 10011 | 1001000 | 111111 | 110010 |
Color Harmonies of #AECE2F
Complementary color
Monochromatic Colors of #AECE2F
Black with #AECE2F
Text Example
Text Example
White with #AECE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE2F; }
p { color: rgb(174,206,47); }
H1.HeaderClassName
{
color: #AECE2F;
}
.AnyTagClassName
{
color: #AECE2F;
}
</style>
background-color css
<style>
a { background-color: #AECE2F; }
a { background-color: rgb(174,206,47); }
div.DivClassName
{
background-color: #AECE2F;
}
.BgClassName
{
background-color: #AECE2F;
}
</style>
border-color css
<style>
span { border-color: #AECE2F; }
span { border-color: rgb(174,206,47); }
td.TdClassName
{
border-color: #AECE2F;
}
.TagClassName
{
border-color: #AECE2F;
}
</style>