Shades of Fuego #ADDA2A
Tints of Fuego #ADDA2A
RGB
CMYK
RGB Variations
Color information
#ADDA2A (or 0xADDA2A) is known color: Fuego. HEX triplet: AD, DA and 2A. RGB value is (173,218,42). Sum of RGB (Red+Green+Blue) = 173+218+42=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA2A is #5225D5. Grayscale: #B9B9B9. Windows color (decimal): -5383638 or 2808493. OLE color: 2808493.
HSL color Cylindrical-coordinate representation of color #ADDA2A: hue angle of 75.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADDA2A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 42 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.15 |
| HSL | 75.34º | 0.7% | 0.51% | - |
| HSV(B) | 75.34º | 0.81% | 0.85% | - |
| XYZ | 42.72 | 59.19 | 11.36 | - |
| YUV | 184.48 | 47.59 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 42 | 0.21 | 0 | 0.81 | 0.15 | 75.34 | 0.7 | 0.51 |
| Hex | AD | DA | 2A | 15 | 0 | 51 | F | 4B | 46 | 33 |
| Octal | 255 | 332 | 52 | 25 | 0 | 121 | 17 | 113 | 106 | 63 |
| Binary | 10101101 | 11011010 | 101010 | 10101 | 0 | 1010001 | 1111 | 1001011 | 1000110 | 110011 |
Color Harmonies of #ADDA2A
Complementary color
Monochromatic Colors of #ADDA2A
Black with #ADDA2A
Text Example
Text Example
White with #ADDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA2A; }
p { color: rgb(173,218,42); }
H1.HeaderClassName
{
color: #ADDA2A;
}
.AnyTagClassName
{
color: #ADDA2A;
}
</style>
background-color css
<style>
a { background-color: #ADDA2A; }
a { background-color: rgb(173,218,42); }
div.DivClassName
{
background-color: #ADDA2A;
}
.BgClassName
{
background-color: #ADDA2A;
}
</style>
border-color css
<style>
span { border-color: #ADDA2A; }
span { border-color: rgb(173,218,42); }
td.TdClassName
{
border-color: #ADDA2A;
}
.TagClassName
{
border-color: #ADDA2A;
}
</style>