Shades of Fuego #AECF30
Tints of Fuego #AECF30
RGB
CMYK
RGB Variations
Color information
#AECF30 (or 0xAECF30) is known color: Fuego. HEX triplet: AE, CF and 30. RGB value is (174,207,48). Sum of RGB (Red+Green+Blue) = 174+207+48=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF30 is #5130CF. Grayscale: #B3B3B3. Windows color (decimal): -5320912 or 3198894. OLE color: 3198894.
HSL color Cylindrical-coordinate representation of color #AECF30: hue angle of 72.45º degrees, saturation: 0.62, 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 #AECF30 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 48 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.19 |
| HSL | 72.45º | 0.62% | 0.5% | - |
| HSV(B) | 72.45º | 0.77% | 0.81% | - |
| XYZ | 40.3 | 53.84 | 11.06 | - |
| YUV | 179.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 48 | 0.16 | 0 | 0.77 | 0.19 | 72.45 | 0.62 | 0.5 |
| Hex | AE | CF | 30 | 10 | 0 | 4D | 13 | 48 | 3E | 32 |
| Octal | 256 | 317 | 60 | 20 | 0 | 115 | 23 | 110 | 76 | 62 |
| Binary | 10101110 | 11001111 | 110000 | 10000 | 0 | 1001101 | 10011 | 1001000 | 111110 | 110010 |
Color Harmonies of #AECF30
Complementary color
Monochromatic Colors of #AECF30
Black with #AECF30
Text Example
Text Example
White with #AECF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF30; }
p { color: rgb(174,207,48); }
H1.HeaderClassName
{
color: #AECF30;
}
.AnyTagClassName
{
color: #AECF30;
}
</style>
background-color css
<style>
a { background-color: #AECF30; }
a { background-color: rgb(174,207,48); }
div.DivClassName
{
background-color: #AECF30;
}
.BgClassName
{
background-color: #AECF30;
}
</style>
border-color css
<style>
span { border-color: #AECF30; }
span { border-color: rgb(174,207,48); }
td.TdClassName
{
border-color: #AECF30;
}
.TagClassName
{
border-color: #AECF30;
}
</style>