Shades of Inch Worm #ADD004
Tints of Inch Worm #ADD004
RGB
CMYK
RGB Variations
Color information
#ADD004 (or 0xADD004) is known color: Inch Worm. HEX triplet: AD, D0 and 04. RGB value is (173,208,4). Sum of RGB (Red+Green+Blue) = 173+208+4=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD004 is #522FFB. Grayscale: #AFAFAF. Windows color (decimal): -5386236 or 315565. OLE color: 315565.
HSL color Cylindrical-coordinate representation of color #ADD004: hue angle of 70.29º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADD004 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 4 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.18 |
| HSL | 70.29º | 0.96% | 0.42% | - |
| HSV(B) | 70.29º | 0.98% | 0.82% | - |
| XYZ | 39.81 | 54 | 8.44 | - |
| YUV | 174.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 4 | 0.17 | 0 | 0.98 | 0.18 | 70.29 | 0.96 | 0.42 |
| Hex | AD | D0 | 4 | 11 | 0 | 62 | 12 | 46 | 60 | 2A |
| Octal | 255 | 320 | 4 | 21 | 0 | 142 | 22 | 106 | 140 | 52 |
| Binary | 10101101 | 11010000 | 100 | 10001 | 0 | 1100010 | 10010 | 1000110 | 1100000 | 101010 |
Color Harmonies of #ADD004
Complementary color
Monochromatic Colors of #ADD004
Black with #ADD004
Text Example
Text Example
White with #ADD004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD004; }
p { color: rgb(173,208,4); }
H1.HeaderClassName
{
color: #ADD004;
}
.AnyTagClassName
{
color: #ADD004;
}
</style>
background-color css
<style>
a { background-color: #ADD004; }
a { background-color: rgb(173,208,4); }
div.DivClassName
{
background-color: #ADD004;
}
.BgClassName
{
background-color: #ADD004;
}
</style>
border-color css
<style>
span { border-color: #ADD004; }
span { border-color: rgb(173,208,4); }
td.TdClassName
{
border-color: #ADD004;
}
.TagClassName
{
border-color: #ADD004;
}
</style>