Shades of Inch Worm #ADD920
Tints of Inch Worm #ADD920
RGB
CMYK
RGB Variations
Color information
#ADD920 (or 0xADD920) is known color: Inch Worm. HEX triplet: AD, D9 and 20. RGB value is (173,217,32). Sum of RGB (Red+Green+Blue) = 173+217+32=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD920 is #5226DF. Grayscale: #B7B7B7. Windows color (decimal): -5383904 or 2152877. OLE color: 2152877.
HSL color Cylindrical-coordinate representation of color #ADD920: hue angle of 74.27º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADD920 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 32 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.15 |
| HSL | 74.27º | 0.74% | 0.49% | - |
| HSV(B) | 74.27º | 0.85% | 0.85% | - |
| XYZ | 42.31 | 58.61 | 10.45 | - |
| YUV | 182.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 32 | 0.20 | 0 | 0.85 | 0.15 | 74.27 | 0.74 | 0.49 |
| Hex | AD | D9 | 20 | 14 | 0 | 55 | F | 4A | 4A | 31 |
| Octal | 255 | 331 | 40 | 24 | 0 | 125 | 17 | 112 | 112 | 61 |
| Binary | 10101101 | 11011001 | 100000 | 10100 | 0 | 1010101 | 1111 | 1001010 | 1001010 | 110001 |
Color Harmonies of #ADD920
Complementary color
Monochromatic Colors of #ADD920
Black with #ADD920
Text Example
Text Example
White with #ADD920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD920; }
p { color: rgb(173,217,32); }
H1.HeaderClassName
{
color: #ADD920;
}
.AnyTagClassName
{
color: #ADD920;
}
</style>
background-color css
<style>
a { background-color: #ADD920; }
a { background-color: rgb(173,217,32); }
div.DivClassName
{
background-color: #ADD920;
}
.BgClassName
{
background-color: #ADD920;
}
</style>
border-color css
<style>
span { border-color: #ADD920; }
span { border-color: rgb(173,217,32); }
td.TdClassName
{
border-color: #ADD920;
}
.TagClassName
{
border-color: #ADD920;
}
</style>