Shades of Inch Worm #ADDD04
Tints of Inch Worm #ADDD04
RGB
CMYK
RGB Variations
Color information
#ADDD04 (or 0xADDD04) is known color: Inch Worm. HEX triplet: AD, DD and 04. RGB value is (173,221,4). Sum of RGB (Red+Green+Blue) = 173+221+4=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD04 is #5222FB. Grayscale: #B6B6B6. Windows color (decimal): -5382908 or 318893. OLE color: 318893.
HSL color Cylindrical-coordinate representation of color #ADDD04: hue angle of 73.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADDD04 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 4 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.13 |
| HSL | 73.27º | 0.96% | 0.44% | - |
| HSV(B) | 73.27º | 0.98% | 0.87% | - |
| XYZ | 43.11 | 60.61 | 9.54 | - |
| YUV | 181.91 | 27.6 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 4 | 0.22 | 0 | 0.98 | 0.13 | 73.27 | 0.96 | 0.44 |
| Hex | AD | DD | 4 | 16 | 0 | 62 | D | 49 | 60 | 2C |
| Octal | 255 | 335 | 4 | 26 | 0 | 142 | 15 | 111 | 140 | 54 |
| Binary | 10101101 | 11011101 | 100 | 10110 | 0 | 1100010 | 1101 | 1001001 | 1100000 | 101100 |
Color Harmonies of #ADDD04
Complementary color
Monochromatic Colors of #ADDD04
Black with #ADDD04
Text Example
Text Example
White with #ADDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD04; }
p { color: rgb(173,221,4); }
H1.HeaderClassName
{
color: #ADDD04;
}
.AnyTagClassName
{
color: #ADDD04;
}
</style>
background-color css
<style>
a { background-color: #ADDD04; }
a { background-color: rgb(173,221,4); }
div.DivClassName
{
background-color: #ADDD04;
}
.BgClassName
{
background-color: #ADDD04;
}
</style>
border-color css
<style>
span { border-color: #ADDD04; }
span { border-color: rgb(173,221,4); }
td.TdClassName
{
border-color: #ADDD04;
}
.TagClassName
{
border-color: #ADDD04;
}
</style>