Shades of Inch Worm #ADD900
Tints of Inch Worm #ADD900
RGB
CMYK
RGB Variations
Color information
#ADD900 (or 0xADD900) is known color: Inch Worm. HEX triplet: AD, D9 and 00. RGB value is (173,217,0). Sum of RGB (Red+Green+Blue) = 173+217+0=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 217 (85.16% from 255 or 55.64% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD900 is #5226FF. Grayscale: #B3B3B3. Windows color (decimal): -5383936 or 55725. OLE color: 55725.
HSL color Cylindrical-coordinate representation of color #ADD900: hue angle of 72.17º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADD900 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.15 |
| HSL | 72.17º | 1% | 0.43% | - |
| HSV(B) | 72.17º | 1% | 0.85% | - |
| XYZ | 42.05 | 58.51 | 9.08 | - |
| YUV | 179.11 | 26.92 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 0 | 0.20 | 0 | 1 | 0.15 | 72.17 | 1 | 0.43 |
| Hex | AD | D9 | 0 | 14 | 0 | 64 | F | 48 | 64 | 2B |
| Octal | 255 | 331 | 0 | 24 | 0 | 144 | 17 | 110 | 144 | 53 |
| Binary | 10101101 | 11011001 | 0 | 10100 | 0 | 1100100 | 1111 | 1001000 | 1100100 | 101011 |
Color Harmonies of #ADD900
Complementary color
Monochromatic Colors of #ADD900
Black with #ADD900
Text Example
Text Example
White with #ADD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD900; }
p { color: rgb(173,217,0); }
H1.HeaderClassName
{
color: #ADD900;
}
.AnyTagClassName
{
color: #ADD900;
}
</style>
background-color css
<style>
a { background-color: #ADD900; }
a { background-color: rgb(173,217,0); }
div.DivClassName
{
background-color: #ADD900;
}
.BgClassName
{
background-color: #ADD900;
}
</style>
border-color css
<style>
span { border-color: #ADD900; }
span { border-color: rgb(173,217,0); }
td.TdClassName
{
border-color: #ADD900;
}
.TagClassName
{
border-color: #ADD900;
}
</style>