Shades of Fuego #AED32A
Tints of Fuego #AED32A
RGB
CMYK
RGB Variations
Color information
#AED32A (or 0xAED32A) is known color: Fuego. HEX triplet: AE, D3 and 2A. RGB value is (174,211,42). Sum of RGB (Red+Green+Blue) = 174+211+42=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #AED32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED32A is #512CD5. Grayscale: #B5B5B5. Windows color (decimal): -5319894 or 2806702. OLE color: 2806702.
HSL color Cylindrical-coordinate representation of color #AED32A: hue angle of 73.14º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AED32A is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 42 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.17 |
| HSL | 73.14º | 0.67% | 0.5% | - |
| HSV(B) | 73.14º | 0.8% | 0.83% | - |
| XYZ | 41.17 | 55.75 | 10.78 | - |
| YUV | 180.67 | 49.74 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 42 | 0.18 | 0 | 0.80 | 0.17 | 73.14 | 0.67 | 0.5 |
| Hex | AE | D3 | 2A | 12 | 0 | 50 | 11 | 49 | 43 | 32 |
| Octal | 256 | 323 | 52 | 22 | 0 | 120 | 21 | 111 | 103 | 62 |
| Binary | 10101110 | 11010011 | 101010 | 10010 | 0 | 1010000 | 10001 | 1001001 | 1000011 | 110010 |
Color Harmonies of #AED32A
Complementary color
Monochromatic Colors of #AED32A
Black with #AED32A
Text Example
Text Example
White with #AED32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED32A; }
p { color: rgb(174,211,42); }
H1.HeaderClassName
{
color: #AED32A;
}
.AnyTagClassName
{
color: #AED32A;
}
</style>
background-color css
<style>
a { background-color: #AED32A; }
a { background-color: rgb(174,211,42); }
div.DivClassName
{
background-color: #AED32A;
}
.BgClassName
{
background-color: #AED32A;
}
</style>
border-color css
<style>
span { border-color: #AED32A; }
span { border-color: rgb(174,211,42); }
td.TdClassName
{
border-color: #AED32A;
}
.TagClassName
{
border-color: #AED32A;
}
</style>