Shades of Fuego #AED52C
Tints of Fuego #AED52C
RGB
CMYK
RGB Variations
Color information
#AED52C (or 0xAED52C) is known color: Fuego. HEX triplet: AE, D5 and 2C. RGB value is (174,213,44). Sum of RGB (Red+Green+Blue) = 174+213+44=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #AED52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED52C is #512AD3. Grayscale: #B6B6B6. Windows color (decimal): -5319380 or 2938286. OLE color: 2938286.
HSL color Cylindrical-coordinate representation of color #AED52C: hue angle of 73.85º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AED52C is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 44 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.16 |
| HSL | 73.85º | 0.67% | 0.5% | - |
| HSV(B) | 73.85º | 0.79% | 0.84% | - |
| XYZ | 41.7 | 56.77 | 11.14 | - |
| YUV | 182.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 44 | 0.18 | 0 | 0.79 | 0.16 | 73.85 | 0.67 | 0.5 |
| Hex | AE | D5 | 2C | 12 | 0 | 4F | 10 | 4A | 43 | 32 |
| Octal | 256 | 325 | 54 | 22 | 0 | 117 | 20 | 112 | 103 | 62 |
| Binary | 10101110 | 11010101 | 101100 | 10010 | 0 | 1001111 | 10000 | 1001010 | 1000011 | 110010 |
Color Harmonies of #AED52C
Complementary color
Monochromatic Colors of #AED52C
Black with #AED52C
Text Example
Text Example
White with #AED52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED52C; }
p { color: rgb(174,213,44); }
H1.HeaderClassName
{
color: #AED52C;
}
.AnyTagClassName
{
color: #AED52C;
}
</style>
background-color css
<style>
a { background-color: #AED52C; }
a { background-color: rgb(174,213,44); }
div.DivClassName
{
background-color: #AED52C;
}
.BgClassName
{
background-color: #AED52C;
}
</style>
border-color css
<style>
span { border-color: #AED52C; }
span { border-color: rgb(174,213,44); }
td.TdClassName
{
border-color: #AED52C;
}
.TagClassName
{
border-color: #AED52C;
}
</style>