Shades of Inch Worm #ADD10D
Tints of Inch Worm #ADD10D
RGB
CMYK
RGB Variations
Color information
#ADD10D (or 0xADD10D) is known color: Inch Worm. HEX triplet: AD, D1 and 0D. RGB value is (173,209,13). Sum of RGB (Red+Green+Blue) = 173+209+13=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD10D is #522EF2. Grayscale: #B0B0B0. Windows color (decimal): -5385971 or 905645. OLE color: 905645.
HSL color Cylindrical-coordinate representation of color #ADD10D: hue angle of 71.02º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADD10D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 13 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.18 |
| HSL | 71.02º | 0.88% | 0.44% | - |
| HSV(B) | 71.02º | 0.94% | 0.82% | - |
| XYZ | 40.11 | 54.51 | 8.79 | - |
| YUV | 175.89 | 36.07 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 13 | 0.17 | 0 | 0.94 | 0.18 | 71.02 | 0.88 | 0.44 |
| Hex | AD | D1 | D | 11 | 0 | 5E | 12 | 47 | 58 | 2C |
| Octal | 255 | 321 | 15 | 21 | 0 | 136 | 22 | 107 | 130 | 54 |
| Binary | 10101101 | 11010001 | 1101 | 10001 | 0 | 1011110 | 10010 | 1000111 | 1011000 | 101100 |
Color Harmonies of #ADD10D
Complementary color
Monochromatic Colors of #ADD10D
Black with #ADD10D
Text Example
Text Example
White with #ADD10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD10D; }
p { color: rgb(173,209,13); }
H1.HeaderClassName
{
color: #ADD10D;
}
.AnyTagClassName
{
color: #ADD10D;
}
</style>
background-color css
<style>
a { background-color: #ADD10D; }
a { background-color: rgb(173,209,13); }
div.DivClassName
{
background-color: #ADD10D;
}
.BgClassName
{
background-color: #ADD10D;
}
</style>
border-color css
<style>
span { border-color: #ADD10D; }
span { border-color: rgb(173,209,13); }
td.TdClassName
{
border-color: #ADD10D;
}
.TagClassName
{
border-color: #ADD10D;
}
</style>