Shades of Inch Worm #ADD601
Tints of Inch Worm #ADD601
RGB
CMYK
RGB Variations
Color information
#ADD601 (or 0xADD601) is known color: Inch Worm. HEX triplet: AD, D6 and 01. RGB value is (173,214,1). Sum of RGB (Red+Green+Blue) = 173+214+1=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD601 is #5229FE. Grayscale: #B2B2B2. Windows color (decimal): -5384703 or 120493. OLE color: 120493.
HSL color Cylindrical-coordinate representation of color #ADD601: hue angle of 71.55º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADD601 is Cyan = 0.19, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 1 | - |
| CMYK | 0.19 | 0 | 1.00 | 0.16 |
| HSL | 71.55º | 0.99% | 0.42% | - |
| HSV(B) | 71.55º | 1% | 0.84% | - |
| XYZ | 41.29 | 56.98 | 8.85 | - |
| YUV | 177.46 | 28.42 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 1 | 0.19 | 0 | 1.00 | 0.16 | 71.55 | 0.99 | 0.42 |
| Hex | AD | D6 | 1 | 13 | 0 | 64 | 10 | 48 | 63 | 2A |
| Octal | 255 | 326 | 1 | 23 | 0 | 144 | 20 | 110 | 143 | 52 |
| Binary | 10101101 | 11010110 | 1 | 10011 | 0 | 1100100 | 10000 | 1001000 | 1100011 | 101010 |
Color Harmonies of #ADD601
Complementary color
Monochromatic Colors of #ADD601
Black with #ADD601
Text Example
Text Example
White with #ADD601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD601; }
p { color: rgb(173,214,1); }
H1.HeaderClassName
{
color: #ADD601;
}
.AnyTagClassName
{
color: #ADD601;
}
</style>
background-color css
<style>
a { background-color: #ADD601; }
a { background-color: rgb(173,214,1); }
div.DivClassName
{
background-color: #ADD601;
}
.BgClassName
{
background-color: #ADD601;
}
</style>
border-color css
<style>
span { border-color: #ADD601; }
span { border-color: rgb(173,214,1); }
td.TdClassName
{
border-color: #ADD601;
}
.TagClassName
{
border-color: #ADD601;
}
</style>