Shades of Fuego #AECF2D
Tints of Fuego #AECF2D
RGB
CMYK
RGB Variations
Color information
#AECF2D (or 0xAECF2D) is known color: Fuego. HEX triplet: AE, CF and 2D. RGB value is (174,207,45). Sum of RGB (Red+Green+Blue) = 174+207+45=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 207 (81.25% from 255 or 48.59% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF2D is #5130D2. Grayscale: #B3B3B3. Windows color (decimal): -5320915 or 3002286. OLE color: 3002286.
HSL color Cylindrical-coordinate representation of color #AECF2D: hue angle of 72.22º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AECF2D is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 45 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.19 |
| HSL | 72.22º | 0.64% | 0.49% | - |
| HSV(B) | 72.22º | 0.78% | 0.81% | - |
| XYZ | 40.24 | 53.81 | 10.75 | - |
| YUV | 178.67 | 52.57 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 45 | 0.16 | 0 | 0.78 | 0.19 | 72.22 | 0.64 | 0.49 |
| Hex | AE | CF | 2D | 10 | 0 | 4E | 13 | 48 | 40 | 31 |
| Octal | 256 | 317 | 55 | 20 | 0 | 116 | 23 | 110 | 100 | 61 |
| Binary | 10101110 | 11001111 | 101101 | 10000 | 0 | 1001110 | 10011 | 1001000 | 1000000 | 110001 |
Color Harmonies of #AECF2D
Complementary color
Monochromatic Colors of #AECF2D
Black with #AECF2D
Text Example
Text Example
White with #AECF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF2D; }
p { color: rgb(174,207,45); }
H1.HeaderClassName
{
color: #AECF2D;
}
.AnyTagClassName
{
color: #AECF2D;
}
</style>
background-color css
<style>
a { background-color: #AECF2D; }
a { background-color: rgb(174,207,45); }
div.DivClassName
{
background-color: #AECF2D;
}
.BgClassName
{
background-color: #AECF2D;
}
</style>
border-color css
<style>
span { border-color: #AECF2D; }
span { border-color: rgb(174,207,45); }
td.TdClassName
{
border-color: #AECF2D;
}
.TagClassName
{
border-color: #AECF2D;
}
</style>