Shades of Inch Worm #ADD420
Tints of Inch Worm #ADD420
RGB
CMYK
RGB Variations
Color information
#ADD420 (or 0xADD420) is known color: Inch Worm. HEX triplet: AD, D4 and 20. RGB value is (173,212,32). Sum of RGB (Red+Green+Blue) = 173+212+32=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD420 is #522BDF. Grayscale: #B4B4B4. Windows color (decimal): -5385184 or 2151597. OLE color: 2151597.
HSL color Cylindrical-coordinate representation of color #ADD420: hue angle of 73º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADD420 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 32 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.17 |
| HSL | 73º | 0.74% | 0.48% | - |
| HSV(B) | 73º | 0.85% | 0.83% | - |
| XYZ | 41.04 | 56.08 | 10.03 | - |
| YUV | 179.82 | 44.58 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 32 | 0.18 | 0 | 0.85 | 0.17 | 73 | 0.74 | 0.48 |
| Hex | AD | D4 | 20 | 12 | 0 | 55 | 11 | 49 | 4A | 30 |
| Octal | 255 | 324 | 40 | 22 | 0 | 125 | 21 | 111 | 112 | 60 |
| Binary | 10101101 | 11010100 | 100000 | 10010 | 0 | 1010101 | 10001 | 1001001 | 1001010 | 110000 |
Color Harmonies of #ADD420
Complementary color
Monochromatic Colors of #ADD420
Black with #ADD420
Text Example
Text Example
White with #ADD420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD420; }
p { color: rgb(173,212,32); }
H1.HeaderClassName
{
color: #ADD420;
}
.AnyTagClassName
{
color: #ADD420;
}
</style>
background-color css
<style>
a { background-color: #ADD420; }
a { background-color: rgb(173,212,32); }
div.DivClassName
{
background-color: #ADD420;
}
.BgClassName
{
background-color: #ADD420;
}
</style>
border-color css
<style>
span { border-color: #ADD420; }
span { border-color: rgb(173,212,32); }
td.TdClassName
{
border-color: #ADD420;
}
.TagClassName
{
border-color: #ADD420;
}
</style>