Shades of Fuego #AED02D
Tints of Fuego #AED02D
RGB
CMYK
RGB Variations
Color information
#AED02D (or 0xAED02D) is known color: Fuego. HEX triplet: AE, D0 and 2D. RGB value is (174,208,45). Sum of RGB (Red+Green+Blue) = 174+208+45=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 45 (17.97% from 255 or 10.54% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #AED02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED02D is #512FD2. Grayscale: #B3B3B3. Windows color (decimal): -5320659 or 3002542. OLE color: 3002542.
HSL color Cylindrical-coordinate representation of color #AED02D: hue angle of 72.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AED02D is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 45 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.18 |
| HSL | 72.52º | 0.64% | 0.5% | - |
| HSV(B) | 72.52º | 0.78% | 0.82% | - |
| XYZ | 40.49 | 54.3 | 10.83 | - |
| YUV | 179.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 45 | 0.16 | 0 | 0.78 | 0.18 | 72.52 | 0.64 | 0.5 |
| Hex | AE | D0 | 2D | 10 | 0 | 4E | 12 | 49 | 40 | 32 |
| Octal | 256 | 320 | 55 | 20 | 0 | 116 | 22 | 111 | 100 | 62 |
| Binary | 10101110 | 11010000 | 101101 | 10000 | 0 | 1001110 | 10010 | 1001001 | 1000000 | 110010 |
Color Harmonies of #AED02D
Complementary color
Monochromatic Colors of #AED02D
Black with #AED02D
Text Example
Text Example
White with #AED02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED02D; }
p { color: rgb(174,208,45); }
H1.HeaderClassName
{
color: #AED02D;
}
.AnyTagClassName
{
color: #AED02D;
}
</style>
background-color css
<style>
a { background-color: #AED02D; }
a { background-color: rgb(174,208,45); }
div.DivClassName
{
background-color: #AED02D;
}
.BgClassName
{
background-color: #AED02D;
}
</style>
border-color css
<style>
span { border-color: #AED02D; }
span { border-color: rgb(174,208,45); }
td.TdClassName
{
border-color: #AED02D;
}
.TagClassName
{
border-color: #AED02D;
}
</style>