Shades of Inch Worm #ADD106
Tints of Inch Worm #ADD106
RGB
CMYK
RGB Variations
Color information
#ADD106 (or 0xADD106) is known color: Inch Worm. HEX triplet: AD, D1 and 06. RGB value is (173,209,6). Sum of RGB (Red+Green+Blue) = 173+209+6=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD106 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD106 is #522EF9. Grayscale: #AFAFAF. Windows color (decimal): -5385978 or 446893. OLE color: 446893.
HSL color Cylindrical-coordinate representation of color #ADD106: hue angle of 70.64º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADD106 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 6 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.18 |
| HSL | 70.64º | 0.94% | 0.42% | - |
| HSV(B) | 70.64º | 0.97% | 0.82% | - |
| XYZ | 40.07 | 54.5 | 8.58 | - |
| YUV | 175.09 | 32.57 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 6 | 0.17 | 0 | 0.97 | 0.18 | 70.64 | 0.94 | 0.42 |
| Hex | AD | D1 | 6 | 11 | 0 | 61 | 12 | 47 | 5E | 2A |
| Octal | 255 | 321 | 6 | 21 | 0 | 141 | 22 | 107 | 136 | 52 |
| Binary | 10101101 | 11010001 | 110 | 10001 | 0 | 1100001 | 10010 | 1000111 | 1011110 | 101010 |
Color Harmonies of #ADD106
Complementary color
Monochromatic Colors of #ADD106
Black with #ADD106
Text Example
Text Example
White with #ADD106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD106; }
p { color: rgb(173,209,6); }
H1.HeaderClassName
{
color: #ADD106;
}
.AnyTagClassName
{
color: #ADD106;
}
</style>
background-color css
<style>
a { background-color: #ADD106; }
a { background-color: rgb(173,209,6); }
div.DivClassName
{
background-color: #ADD106;
}
.BgClassName
{
background-color: #ADD106;
}
</style>
border-color css
<style>
span { border-color: #ADD106; }
span { border-color: rgb(173,209,6); }
td.TdClassName
{
border-color: #ADD106;
}
.TagClassName
{
border-color: #ADD106;
}
</style>