Shades of Fuego #AED329
Tints of Fuego #AED329
RGB
CMYK
RGB Variations
Color information
#AED329 (or 0xAED329) is known color: Fuego. HEX triplet: AE, D3 and 29. RGB value is (174,211,41). Sum of RGB (Red+Green+Blue) = 174+211+41=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 41 (16.41% from 255 or 9.62% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #AED329 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED329 is #512CD6. Grayscale: #B5B5B5. Windows color (decimal): -5319895 or 2741166. OLE color: 2741166.
HSL color Cylindrical-coordinate representation of color #AED329: hue angle of 73.06º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AED329 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 41 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.17 |
| HSL | 73.06º | 0.67% | 0.49% | - |
| HSV(B) | 73.06º | 0.81% | 0.83% | - |
| XYZ | 41.15 | 55.75 | 10.69 | - |
| YUV | 180.56 | 49.24 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 41 | 0.18 | 0 | 0.81 | 0.17 | 73.06 | 0.67 | 0.49 |
| Hex | AE | D3 | 29 | 12 | 0 | 51 | 11 | 49 | 43 | 31 |
| Octal | 256 | 323 | 51 | 22 | 0 | 121 | 21 | 111 | 103 | 61 |
| Binary | 10101110 | 11010011 | 101001 | 10010 | 0 | 1010001 | 10001 | 1001001 | 1000011 | 110001 |
Color Harmonies of #AED329
Complementary color
Monochromatic Colors of #AED329
Black with #AED329
Text Example
Text Example
White with #AED329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED329; }
p { color: rgb(174,211,41); }
H1.HeaderClassName
{
color: #AED329;
}
.AnyTagClassName
{
color: #AED329;
}
</style>
background-color css
<style>
a { background-color: #AED329; }
a { background-color: rgb(174,211,41); }
div.DivClassName
{
background-color: #AED329;
}
.BgClassName
{
background-color: #AED329;
}
</style>
border-color css
<style>
span { border-color: #AED329; }
span { border-color: rgb(174,211,41); }
td.TdClassName
{
border-color: #AED329;
}
.TagClassName
{
border-color: #AED329;
}
</style>