Shades of Fuego #AEDB2E
Tints of Fuego #AEDB2E
RGB
CMYK
RGB Variations
Color information
#AEDB2E (or 0xAEDB2E) is known color: Fuego. HEX triplet: AE, DB and 2E. RGB value is (174,219,46). Sum of RGB (Red+Green+Blue) = 174+219+46=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB2E is #5124D1. Grayscale: #BABABA. Windows color (decimal): -5317842 or 3070894. OLE color: 3070894.
HSL color Cylindrical-coordinate representation of color #AEDB2E: hue angle of 75.61º degrees, saturation: 0.71, 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 #AEDB2E is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 46 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.14 |
| HSL | 75.61º | 0.71% | 0.52% | - |
| HSV(B) | 75.61º | 0.79% | 0.86% | - |
| XYZ | 43.28 | 59.86 | 11.86 | - |
| YUV | 185.82 | 49.09 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 46 | 0.21 | 0 | 0.79 | 0.14 | 75.61 | 0.71 | 0.52 |
| Hex | AE | DB | 2E | 15 | 0 | 4F | E | 4C | 47 | 34 |
| Octal | 256 | 333 | 56 | 25 | 0 | 117 | 16 | 114 | 107 | 64 |
| Binary | 10101110 | 11011011 | 101110 | 10101 | 0 | 1001111 | 1110 | 1001100 | 1000111 | 110100 |
Color Harmonies of #AEDB2E
Complementary color
Monochromatic Colors of #AEDB2E
Black with #AEDB2E
Text Example
Text Example
White with #AEDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB2E; }
p { color: rgb(174,219,46); }
H1.HeaderClassName
{
color: #AEDB2E;
}
.AnyTagClassName
{
color: #AEDB2E;
}
</style>
background-color css
<style>
a { background-color: #AEDB2E; }
a { background-color: rgb(174,219,46); }
div.DivClassName
{
background-color: #AEDB2E;
}
.BgClassName
{
background-color: #AEDB2E;
}
</style>
border-color css
<style>
span { border-color: #AEDB2E; }
span { border-color: rgb(174,219,46); }
td.TdClassName
{
border-color: #AEDB2E;
}
.TagClassName
{
border-color: #AEDB2E;
}
</style>