Shades of Fuego #ADD92A
Tints of Fuego #ADD92A
RGB
CMYK
RGB Variations
Color information
#ADD92A (or 0xADD92A) is known color: Fuego. HEX triplet: AD, D9 and 2A. RGB value is (173,217,42). Sum of RGB (Red+Green+Blue) = 173+217+42=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD92A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD92A is #5226D5. Grayscale: #B8B8B8. Windows color (decimal): -5383894 or 2808237. OLE color: 2808237.
HSL color Cylindrical-coordinate representation of color #ADD92A: hue angle of 75.09º 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 #ADD92A is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 42 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.15 |
| HSL | 75.09º | 0.7% | 0.51% | - |
| HSV(B) | 75.09º | 0.81% | 0.85% | - |
| XYZ | 42.46 | 58.68 | 11.28 | - |
| YUV | 183.89 | 47.92 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 42 | 0.20 | 0 | 0.81 | 0.15 | 75.09 | 0.7 | 0.51 |
| Hex | AD | D9 | 2A | 14 | 0 | 51 | F | 4B | 46 | 33 |
| Octal | 255 | 331 | 52 | 24 | 0 | 121 | 17 | 113 | 106 | 63 |
| Binary | 10101101 | 11011001 | 101010 | 10100 | 0 | 1010001 | 1111 | 1001011 | 1000110 | 110011 |
Color Harmonies of #ADD92A
Complementary color
Monochromatic Colors of #ADD92A
Black with #ADD92A
Text Example
Text Example
White with #ADD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD92A; }
p { color: rgb(173,217,42); }
H1.HeaderClassName
{
color: #ADD92A;
}
.AnyTagClassName
{
color: #ADD92A;
}
</style>
background-color css
<style>
a { background-color: #ADD92A; }
a { background-color: rgb(173,217,42); }
div.DivClassName
{
background-color: #ADD92A;
}
.BgClassName
{
background-color: #ADD92A;
}
</style>
border-color css
<style>
span { border-color: #ADD92A; }
span { border-color: rgb(173,217,42); }
td.TdClassName
{
border-color: #ADD92A;
}
.TagClassName
{
border-color: #ADD92A;
}
</style>