Shades of Inch Worm #ADD20C
Tints of Inch Worm #ADD20C
RGB
CMYK
RGB Variations
Color information
#ADD20C (or 0xADD20C) is known color: Inch Worm. HEX triplet: AD, D2 and 0C. RGB value is (173,210,12). Sum of RGB (Red+Green+Blue) = 173+210+12=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD20C is #522DF3. Grayscale: #B1B1B1. Windows color (decimal): -5385716 or 840365. OLE color: 840365.
HSL color Cylindrical-coordinate representation of color #ADD20C: hue angle of 71.21º degrees, saturation: 0.89, 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 #ADD20C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.18 |
| HSL | 71.21º | 0.89% | 0.44% | - |
| HSV(B) | 71.21º | 0.94% | 0.82% | - |
| XYZ | 40.35 | 55 | 8.84 | - |
| YUV | 176.37 | 35.24 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 12 | 0.18 | 0 | 0.94 | 0.18 | 71.21 | 0.89 | 0.44 |
| Hex | AD | D2 | C | 12 | 0 | 5E | 12 | 47 | 59 | 2C |
| Octal | 255 | 322 | 14 | 22 | 0 | 136 | 22 | 107 | 131 | 54 |
| Binary | 10101101 | 11010010 | 1100 | 10010 | 0 | 1011110 | 10010 | 1000111 | 1011001 | 101100 |
Color Harmonies of #ADD20C
Complementary color
Monochromatic Colors of #ADD20C
Black with #ADD20C
Text Example
Text Example
White with #ADD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD20C; }
p { color: rgb(173,210,12); }
H1.HeaderClassName
{
color: #ADD20C;
}
.AnyTagClassName
{
color: #ADD20C;
}
</style>
background-color css
<style>
a { background-color: #ADD20C; }
a { background-color: rgb(173,210,12); }
div.DivClassName
{
background-color: #ADD20C;
}
.BgClassName
{
background-color: #ADD20C;
}
</style>
border-color css
<style>
span { border-color: #ADD20C; }
span { border-color: rgb(173,210,12); }
td.TdClassName
{
border-color: #ADD20C;
}
.TagClassName
{
border-color: #ADD20C;
}
</style>