Shades of Fuego #AEDB2F
Tints of Fuego #AEDB2F
RGB
CMYK
RGB Variations
Color information
#AEDB2F (or 0xAEDB2F) is known color: Fuego. HEX triplet: AE, DB and 2F. RGB value is (174,219,47). Sum of RGB (Red+Green+Blue) = 174+219+47=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB2F is #5124D0. Grayscale: #BABABA. Windows color (decimal): -5317841 or 3136430. OLE color: 3136430.
HSL color Cylindrical-coordinate representation of color #AEDB2F: hue angle of 75.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEDB2F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 47 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.14 |
| HSL | 75.7º | 0.7% | 0.52% | - |
| HSV(B) | 75.7º | 0.79% | 0.86% | - |
| XYZ | 43.3 | 59.87 | 11.96 | - |
| YUV | 185.94 | 49.59 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 47 | 0.21 | 0 | 0.79 | 0.14 | 75.7 | 0.7 | 0.52 |
| Hex | AE | DB | 2F | 15 | 0 | 4F | E | 4C | 46 | 34 |
| Octal | 256 | 333 | 57 | 25 | 0 | 117 | 16 | 114 | 106 | 64 |
| Binary | 10101110 | 11011011 | 101111 | 10101 | 0 | 1001111 | 1110 | 1001100 | 1000110 | 110100 |
Color Harmonies of #AEDB2F
Complementary color
Monochromatic Colors of #AEDB2F
Black with #AEDB2F
Text Example
Text Example
White with #AEDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB2F; }
p { color: rgb(174,219,47); }
H1.HeaderClassName
{
color: #AEDB2F;
}
.AnyTagClassName
{
color: #AEDB2F;
}
</style>
background-color css
<style>
a { background-color: #AEDB2F; }
a { background-color: rgb(174,219,47); }
div.DivClassName
{
background-color: #AEDB2F;
}
.BgClassName
{
background-color: #AEDB2F;
}
</style>
border-color css
<style>
span { border-color: #AEDB2F; }
span { border-color: rgb(174,219,47); }
td.TdClassName
{
border-color: #AEDB2F;
}
.TagClassName
{
border-color: #AEDB2F;
}
</style>