Shades of Inch Worm #ADD20D
Tints of Inch Worm #ADD20D
RGB
CMYK
RGB Variations
Color information
#ADD20D (or 0xADD20D) is known color: Inch Worm. HEX triplet: AD, D2 and 0D. RGB value is (173,210,13). Sum of RGB (Red+Green+Blue) = 173+210+13=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD20D is #522DF2. Grayscale: #B1B1B1. Windows color (decimal): -5385715 or 905901. OLE color: 905901.
HSL color Cylindrical-coordinate representation of color #ADD20D: hue angle of 71.27º 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 #ADD20D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.18 |
| HSL | 71.27º | 0.88% | 0.44% | - |
| HSV(B) | 71.27º | 0.94% | 0.82% | - |
| XYZ | 40.35 | 55.01 | 8.87 | - |
| YUV | 176.48 | 35.74 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 13 | 0.18 | 0 | 0.94 | 0.18 | 71.27 | 0.88 | 0.44 |
| Hex | AD | D2 | D | 12 | 0 | 5E | 12 | 47 | 58 | 2C |
| Octal | 255 | 322 | 15 | 22 | 0 | 136 | 22 | 107 | 130 | 54 |
| Binary | 10101101 | 11010010 | 1101 | 10010 | 0 | 1011110 | 10010 | 1000111 | 1011000 | 101100 |
Color Harmonies of #ADD20D
Complementary color
Monochromatic Colors of #ADD20D
Black with #ADD20D
Text Example
Text Example
White with #ADD20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD20D; }
p { color: rgb(173,210,13); }
H1.HeaderClassName
{
color: #ADD20D;
}
.AnyTagClassName
{
color: #ADD20D;
}
</style>
background-color css
<style>
a { background-color: #ADD20D; }
a { background-color: rgb(173,210,13); }
div.DivClassName
{
background-color: #ADD20D;
}
.BgClassName
{
background-color: #ADD20D;
}
</style>
border-color css
<style>
span { border-color: #ADD20D; }
span { border-color: rgb(173,210,13); }
td.TdClassName
{
border-color: #ADD20D;
}
.TagClassName
{
border-color: #ADD20D;
}
</style>