Shades of Inch Worm #ADD606
Tints of Inch Worm #ADD606
RGB
CMYK
RGB Variations
Color information
#ADD606 (or 0xADD606) is known color: Inch Worm. HEX triplet: AD, D6 and 06. RGB value is (173,214,6). Sum of RGB (Red+Green+Blue) = 173+214+6=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD606 is #5229F9. Grayscale: #B2B2B2. Windows color (decimal): -5384698 or 448173. OLE color: 448173.
HSL color Cylindrical-coordinate representation of color #ADD606: hue angle of 71.83º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADD606 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 6 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.16 |
| HSL | 71.83º | 0.95% | 0.43% | - |
| HSV(B) | 71.83º | 0.97% | 0.84% | - |
| XYZ | 41.31 | 56.99 | 9 | - |
| YUV | 178.03 | 30.92 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 6 | 0.19 | 0 | 0.97 | 0.16 | 71.83 | 0.95 | 0.43 |
| Hex | AD | D6 | 6 | 13 | 0 | 61 | 10 | 48 | 5F | 2B |
| Octal | 255 | 326 | 6 | 23 | 0 | 141 | 20 | 110 | 137 | 53 |
| Binary | 10101101 | 11010110 | 110 | 10011 | 0 | 1100001 | 10000 | 1001000 | 1011111 | 101011 |
Color Harmonies of #ADD606
Complementary color
Monochromatic Colors of #ADD606
Black with #ADD606
Text Example
Text Example
White with #ADD606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD606; }
p { color: rgb(173,214,6); }
H1.HeaderClassName
{
color: #ADD606;
}
.AnyTagClassName
{
color: #ADD606;
}
</style>
background-color css
<style>
a { background-color: #ADD606; }
a { background-color: rgb(173,214,6); }
div.DivClassName
{
background-color: #ADD606;
}
.BgClassName
{
background-color: #ADD606;
}
</style>
border-color css
<style>
span { border-color: #ADD606; }
span { border-color: rgb(173,214,6); }
td.TdClassName
{
border-color: #ADD606;
}
.TagClassName
{
border-color: #ADD606;
}
</style>