Shades of Fuego #AEDA2D
Tints of Fuego #AEDA2D
RGB
CMYK
RGB Variations
Color information
#AEDA2D (or 0xAEDA2D) is known color: Fuego. HEX triplet: AE, DA and 2D. RGB value is (174,218,45). Sum of RGB (Red+Green+Blue) = 174+218+45=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA2D is #5125D2. Grayscale: #B9B9B9. Windows color (decimal): -5318099 or 3005102. OLE color: 3005102.
HSL color Cylindrical-coordinate representation of color #AEDA2D: hue angle of 75.26º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEDA2D is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 45 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.15 |
| HSL | 75.26º | 0.7% | 0.52% | - |
| HSV(B) | 75.26º | 0.79% | 0.85% | - |
| XYZ | 43 | 59.33 | 11.67 | - |
| YUV | 185.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 45 | 0.20 | 0 | 0.79 | 0.15 | 75.26 | 0.7 | 0.52 |
| Hex | AE | DA | 2D | 14 | 0 | 4F | F | 4B | 46 | 34 |
| Octal | 256 | 332 | 55 | 24 | 0 | 117 | 17 | 113 | 106 | 64 |
| Binary | 10101110 | 11011010 | 101101 | 10100 | 0 | 1001111 | 1111 | 1001011 | 1000110 | 110100 |
Color Harmonies of #AEDA2D
Complementary color
Monochromatic Colors of #AEDA2D
Black with #AEDA2D
Text Example
Text Example
White with #AEDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA2D; }
p { color: rgb(174,218,45); }
H1.HeaderClassName
{
color: #AEDA2D;
}
.AnyTagClassName
{
color: #AEDA2D;
}
</style>
background-color css
<style>
a { background-color: #AEDA2D; }
a { background-color: rgb(174,218,45); }
div.DivClassName
{
background-color: #AEDA2D;
}
.BgClassName
{
background-color: #AEDA2D;
}
</style>
border-color css
<style>
span { border-color: #AEDA2D; }
span { border-color: rgb(174,218,45); }
td.TdClassName
{
border-color: #AEDA2D;
}
.TagClassName
{
border-color: #AEDA2D;
}
</style>