Shades of Fuego #AEDB2D
Tints of Fuego #AEDB2D
RGB
CMYK
RGB Variations
Color information
#AEDB2D (or 0xAEDB2D) is known color: Fuego. HEX triplet: AE, DB and 2D. RGB value is (174,219,45). Sum of RGB (Red+Green+Blue) = 174+219+45=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB2D is #5124D2. Grayscale: #BABABA. Windows color (decimal): -5317843 or 3005358. OLE color: 3005358.
HSL color Cylindrical-coordinate representation of color #AEDB2D: hue angle of 75.52º 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 #AEDB2D is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 45 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.14 |
| HSL | 75.52º | 0.71% | 0.52% | - |
| HSV(B) | 75.52º | 0.79% | 0.86% | - |
| XYZ | 43.26 | 59.85 | 11.75 | - |
| YUV | 185.71 | 48.59 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 45 | 0.21 | 0 | 0.79 | 0.14 | 75.52 | 0.71 | 0.52 |
| Hex | AE | DB | 2D | 15 | 0 | 4F | E | 4C | 47 | 34 |
| Octal | 256 | 333 | 55 | 25 | 0 | 117 | 16 | 114 | 107 | 64 |
| Binary | 10101110 | 11011011 | 101101 | 10101 | 0 | 1001111 | 1110 | 1001100 | 1000111 | 110100 |
Color Harmonies of #AEDB2D
Complementary color
Monochromatic Colors of #AEDB2D
Black with #AEDB2D
Text Example
Text Example
White with #AEDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB2D; }
p { color: rgb(174,219,45); }
H1.HeaderClassName
{
color: #AEDB2D;
}
.AnyTagClassName
{
color: #AEDB2D;
}
</style>
background-color css
<style>
a { background-color: #AEDB2D; }
a { background-color: rgb(174,219,45); }
div.DivClassName
{
background-color: #AEDB2D;
}
.BgClassName
{
background-color: #AEDB2D;
}
</style>
border-color css
<style>
span { border-color: #AEDB2D; }
span { border-color: rgb(174,219,45); }
td.TdClassName
{
border-color: #AEDB2D;
}
.TagClassName
{
border-color: #AEDB2D;
}
</style>