Shades of Inch Worm #ADDD16
Tints of Inch Worm #ADDD16
RGB
CMYK
RGB Variations
Color information
#ADDD16 (or 0xADDD16) is known color: Inch Worm. HEX triplet: AD, DD and 16. RGB value is (173,221,22). Sum of RGB (Red+Green+Blue) = 173+221+22=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD16 is #5222E9. Grayscale: #B8B8B8. Windows color (decimal): -5382890 or 1498541. OLE color: 1498541.
HSL color Cylindrical-coordinate representation of color #ADDD16: hue angle of 74.47º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADDD16 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 22 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.13 |
| HSL | 74.47º | 0.82% | 0.48% | - |
| HSV(B) | 74.47º | 0.9% | 0.87% | - |
| XYZ | 43.23 | 60.66 | 10.19 | - |
| YUV | 183.96 | 36.6 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 22 | 0.22 | 0 | 0.90 | 0.13 | 74.47 | 0.82 | 0.48 |
| Hex | AD | DD | 16 | 16 | 0 | 5A | D | 4A | 52 | 30 |
| Octal | 255 | 335 | 26 | 26 | 0 | 132 | 15 | 112 | 122 | 60 |
| Binary | 10101101 | 11011101 | 10110 | 10110 | 0 | 1011010 | 1101 | 1001010 | 1010010 | 110000 |
Color Harmonies of #ADDD16
Complementary color
Monochromatic Colors of #ADDD16
Black with #ADDD16
Text Example
Text Example
White with #ADDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD16; }
p { color: rgb(173,221,22); }
H1.HeaderClassName
{
color: #ADDD16;
}
.AnyTagClassName
{
color: #ADDD16;
}
</style>
background-color css
<style>
a { background-color: #ADDD16; }
a { background-color: rgb(173,221,22); }
div.DivClassName
{
background-color: #ADDD16;
}
.BgClassName
{
background-color: #ADDD16;
}
</style>
border-color css
<style>
span { border-color: #ADDD16; }
span { border-color: rgb(173,221,22); }
td.TdClassName
{
border-color: #ADDD16;
}
.TagClassName
{
border-color: #ADDD16;
}
</style>