Shades of Fuego #AED628
Tints of Fuego #AED628
RGB
CMYK
RGB Variations
Color information
#AED628 (or 0xAED628) is known color: Fuego. HEX triplet: AE, D6 and 28. RGB value is (174,214,40). Sum of RGB (Red+Green+Blue) = 174+214+40=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #AED628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED628 is #5129D7. Grayscale: #B6B6B6. Windows color (decimal): -5319128 or 2676398. OLE color: 2676398.
HSL color Cylindrical-coordinate representation of color #AED628: hue angle of 73.79º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AED628 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 40 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.16 |
| HSL | 73.79º | 0.69% | 0.5% | - |
| HSV(B) | 73.79º | 0.81% | 0.84% | - |
| XYZ | 41.89 | 57.25 | 10.85 | - |
| YUV | 182.2 | 47.75 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 40 | 0.19 | 0 | 0.81 | 0.16 | 73.79 | 0.69 | 0.5 |
| Hex | AE | D6 | 28 | 13 | 0 | 51 | 10 | 4A | 45 | 32 |
| Octal | 256 | 326 | 50 | 23 | 0 | 121 | 20 | 112 | 105 | 62 |
| Binary | 10101110 | 11010110 | 101000 | 10011 | 0 | 1010001 | 10000 | 1001010 | 1000101 | 110010 |
Color Harmonies of #AED628
Complementary color
Monochromatic Colors of #AED628
Black with #AED628
Text Example
Text Example
White with #AED628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED628; }
p { color: rgb(174,214,40); }
H1.HeaderClassName
{
color: #AED628;
}
.AnyTagClassName
{
color: #AED628;
}
</style>
background-color css
<style>
a { background-color: #AED628; }
a { background-color: rgb(174,214,40); }
div.DivClassName
{
background-color: #AED628;
}
.BgClassName
{
background-color: #AED628;
}
</style>
border-color css
<style>
span { border-color: #AED628; }
span { border-color: rgb(174,214,40); }
td.TdClassName
{
border-color: #AED628;
}
.TagClassName
{
border-color: #AED628;
}
</style>