Shades of Inch Worm #ADDE16
Tints of Inch Worm #ADDE16
RGB
CMYK
RGB Variations
Color information
#ADDE16 (or 0xADDE16) is known color: Inch Worm. HEX triplet: AD, DE and 16. RGB value is (173,222,22). Sum of RGB (Red+Green+Blue) = 173+222+22=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 222 (87.11% from 255 or 53.24% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDE16 is #5221E9. Grayscale: #B9B9B9. Windows color (decimal): -5382634 or 1498797. OLE color: 1498797.
HSL color Cylindrical-coordinate representation of color #ADDE16: hue angle of 74.7º 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 #ADDE16 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 22 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.13 |
| HSL | 74.7º | 0.82% | 0.48% | - |
| HSV(B) | 74.7º | 0.9% | 0.87% | - |
| XYZ | 43.5 | 61.18 | 10.28 | - |
| YUV | 184.55 | 36.27 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 22 | 0.22 | 0 | 0.90 | 0.13 | 74.7 | 0.82 | 0.48 |
| Hex | AD | DE | 16 | 16 | 0 | 5A | D | 4B | 52 | 30 |
| Octal | 255 | 336 | 26 | 26 | 0 | 132 | 15 | 113 | 122 | 60 |
| Binary | 10101101 | 11011110 | 10110 | 10110 | 0 | 1011010 | 1101 | 1001011 | 1010010 | 110000 |
Color Harmonies of #ADDE16
Complementary color
Monochromatic Colors of #ADDE16
Black with #ADDE16
Text Example
Text Example
White with #ADDE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE16; }
p { color: rgb(173,222,22); }
H1.HeaderClassName
{
color: #ADDE16;
}
.AnyTagClassName
{
color: #ADDE16;
}
</style>
background-color css
<style>
a { background-color: #ADDE16; }
a { background-color: rgb(173,222,22); }
div.DivClassName
{
background-color: #ADDE16;
}
.BgClassName
{
background-color: #ADDE16;
}
</style>
border-color css
<style>
span { border-color: #ADDE16; }
span { border-color: rgb(173,222,22); }
td.TdClassName
{
border-color: #ADDE16;
}
.TagClassName
{
border-color: #ADDE16;
}
</style>