Shades of Fuego #AECF2E
Tints of Fuego #AECF2E
RGB
CMYK
RGB Variations
Color information
#AECF2E (or 0xAECF2E) is known color: Fuego. HEX triplet: AE, CF and 2E. RGB value is (174,207,46). Sum of RGB (Red+Green+Blue) = 174+207+46=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 46 (18.36% from 255 or 10.77% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF2E is #5130D1. Grayscale: #B3B3B3. Windows color (decimal): -5320914 or 3067822. OLE color: 3067822.
HSL color Cylindrical-coordinate representation of color #AECF2E: hue angle of 72.3º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AECF2E is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 46 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.19 |
| HSL | 72.3º | 0.64% | 0.5% | - |
| HSV(B) | 72.3º | 0.78% | 0.81% | - |
| XYZ | 40.26 | 53.82 | 10.85 | - |
| YUV | 178.78 | 53.07 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 46 | 0.16 | 0 | 0.78 | 0.19 | 72.3 | 0.64 | 0.5 |
| Hex | AE | CF | 2E | 10 | 0 | 4E | 13 | 48 | 40 | 32 |
| Octal | 256 | 317 | 56 | 20 | 0 | 116 | 23 | 110 | 100 | 62 |
| Binary | 10101110 | 11001111 | 101110 | 10000 | 0 | 1001110 | 10011 | 1001000 | 1000000 | 110010 |
Color Harmonies of #AECF2E
Complementary color
Monochromatic Colors of #AECF2E
Black with #AECF2E
Text Example
Text Example
White with #AECF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF2E; }
p { color: rgb(174,207,46); }
H1.HeaderClassName
{
color: #AECF2E;
}
.AnyTagClassName
{
color: #AECF2E;
}
</style>
background-color css
<style>
a { background-color: #AECF2E; }
a { background-color: rgb(174,207,46); }
div.DivClassName
{
background-color: #AECF2E;
}
.BgClassName
{
background-color: #AECF2E;
}
</style>
border-color css
<style>
span { border-color: #AECF2E; }
span { border-color: rgb(174,207,46); }
td.TdClassName
{
border-color: #AECF2E;
}
.TagClassName
{
border-color: #AECF2E;
}
</style>