Shades of Inch Worm #ADD411
Tints of Inch Worm #ADD411
RGB
CMYK
RGB Variations
Color information
#ADD411 (or 0xADD411) is known color: Inch Worm. HEX triplet: AD, D4 and 11. RGB value is (173,212,17). Sum of RGB (Red+Green+Blue) = 173+212+17=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 212 (83.20% from 255 or 52.74% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD411 is #522BEE. Grayscale: #B2B2B2. Windows color (decimal): -5385199 or 1168557. OLE color: 1168557.
HSL color Cylindrical-coordinate representation of color #ADD411: hue angle of 72º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADD411 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 17 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.17 |
| HSL | 72º | 0.85% | 0.45% | - |
| HSV(B) | 72º | 0.92% | 0.83% | - |
| XYZ | 40.88 | 56.01 | 9.19 | - |
| YUV | 178.11 | 37.08 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 17 | 0.18 | 0 | 0.92 | 0.17 | 72 | 0.85 | 0.45 |
| Hex | AD | D4 | 11 | 12 | 0 | 5C | 11 | 48 | 55 | 2D |
| Octal | 255 | 324 | 21 | 22 | 0 | 134 | 21 | 110 | 125 | 55 |
| Binary | 10101101 | 11010100 | 10001 | 10010 | 0 | 1011100 | 10001 | 1001000 | 1010101 | 101101 |
Color Harmonies of #ADD411
Complementary color
Monochromatic Colors of #ADD411
Black with #ADD411
Text Example
Text Example
White with #ADD411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD411; }
p { color: rgb(173,212,17); }
H1.HeaderClassName
{
color: #ADD411;
}
.AnyTagClassName
{
color: #ADD411;
}
</style>
background-color css
<style>
a { background-color: #ADD411; }
a { background-color: rgb(173,212,17); }
div.DivClassName
{
background-color: #ADD411;
}
.BgClassName
{
background-color: #ADD411;
}
</style>
border-color css
<style>
span { border-color: #ADD411; }
span { border-color: rgb(173,212,17); }
td.TdClassName
{
border-color: #ADD411;
}
.TagClassName
{
border-color: #ADD411;
}
</style>