Shades of Inch Worm #ADD600
Tints of Inch Worm #ADD600
RGB
CMYK
RGB Variations
Color information
#ADD600 (or 0xADD600) is known color: Inch Worm. HEX triplet: AD, D6 and 00. RGB value is (173,214,0). Sum of RGB (Red+Green+Blue) = 173+214+0=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 214 (83.98% from 255 or 55.30% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD600 is #5229FF. Grayscale: #B2B2B2. Windows color (decimal): -5384704 or 54957. OLE color: 54957.
HSL color Cylindrical-coordinate representation of color #ADD600: hue angle of 71.5º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADD600 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.16 |
| HSL | 71.5º | 1% | 0.42% | - |
| HSV(B) | 71.5º | 1% | 0.84% | - |
| XYZ | 41.28 | 56.98 | 8.82 | - |
| YUV | 177.35 | 27.92 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 0 | 0.19 | 0 | 1 | 0.16 | 71.5 | 1 | 0.42 |
| Hex | AD | D6 | 0 | 13 | 0 | 64 | 10 | 47 | 64 | 2A |
| Octal | 255 | 326 | 0 | 23 | 0 | 144 | 20 | 107 | 144 | 52 |
| Binary | 10101101 | 11010110 | 0 | 10011 | 0 | 1100100 | 10000 | 1000111 | 1100100 | 101010 |
Color Harmonies of #ADD600
Complementary color
Monochromatic Colors of #ADD600
Black with #ADD600
Text Example
Text Example
White with #ADD600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD600; }
p { color: rgb(173,214,0); }
H1.HeaderClassName
{
color: #ADD600;
}
.AnyTagClassName
{
color: #ADD600;
}
</style>
background-color css
<style>
a { background-color: #ADD600; }
a { background-color: rgb(173,214,0); }
div.DivClassName
{
background-color: #ADD600;
}
.BgClassName
{
background-color: #ADD600;
}
</style>
border-color css
<style>
span { border-color: #ADD600; }
span { border-color: rgb(173,214,0); }
td.TdClassName
{
border-color: #ADD600;
}
.TagClassName
{
border-color: #ADD600;
}
</style>