Shades of Fuego #ADDA2C
Tints of Fuego #ADDA2C
RGB
CMYK
RGB Variations
Color information
#ADDA2C (or 0xADDA2C) is known color: Fuego. HEX triplet: AD, DA and 2C. RGB value is (173,218,44). Sum of RGB (Red+Green+Blue) = 173+218+44=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA2C is #5225D3. Grayscale: #B9B9B9. Windows color (decimal): -5383636 or 2939565. OLE color: 2939565.
HSL color Cylindrical-coordinate representation of color #ADDA2C: hue angle of 75.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADDA2C is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 44 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.15 |
| HSL | 75.52º | 0.7% | 0.51% | - |
| HSV(B) | 75.52º | 0.8% | 0.85% | - |
| XYZ | 42.76 | 59.21 | 11.56 | - |
| YUV | 184.71 | 48.59 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 44 | 0.21 | 0 | 0.80 | 0.15 | 75.52 | 0.7 | 0.51 |
| Hex | AD | DA | 2C | 15 | 0 | 50 | F | 4C | 46 | 33 |
| Octal | 255 | 332 | 54 | 25 | 0 | 120 | 17 | 114 | 106 | 63 |
| Binary | 10101101 | 11011010 | 101100 | 10101 | 0 | 1010000 | 1111 | 1001100 | 1000110 | 110011 |
Color Harmonies of #ADDA2C
Complementary color
Monochromatic Colors of #ADDA2C
Black with #ADDA2C
Text Example
Text Example
White with #ADDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA2C; }
p { color: rgb(173,218,44); }
H1.HeaderClassName
{
color: #ADDA2C;
}
.AnyTagClassName
{
color: #ADDA2C;
}
</style>
background-color css
<style>
a { background-color: #ADDA2C; }
a { background-color: rgb(173,218,44); }
div.DivClassName
{
background-color: #ADDA2C;
}
.BgClassName
{
background-color: #ADDA2C;
}
</style>
border-color css
<style>
span { border-color: #ADDA2C; }
span { border-color: rgb(173,218,44); }
td.TdClassName
{
border-color: #ADDA2C;
}
.TagClassName
{
border-color: #ADDA2C;
}
</style>