Shades of Inch Worm #ADD905
Tints of Inch Worm #ADD905
RGB
CMYK
RGB Variations
Color information
#ADD905 (or 0xADD905) is known color: Inch Worm. HEX triplet: AD, D9 and 05. RGB value is (173,217,5). Sum of RGB (Red+Green+Blue) = 173+217+5=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD905 is #5226FA. Grayscale: #B4B4B4. Windows color (decimal): -5383931 or 383405. OLE color: 383405.
HSL color Cylindrical-coordinate representation of color #ADD905: hue angle of 72.45º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADD905 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 5 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.15 |
| HSL | 72.45º | 0.95% | 0.44% | - |
| HSV(B) | 72.45º | 0.98% | 0.85% | - |
| XYZ | 42.07 | 58.52 | 9.22 | - |
| YUV | 179.68 | 29.42 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 5 | 0.20 | 0 | 0.98 | 0.15 | 72.45 | 0.95 | 0.44 |
| Hex | AD | D9 | 5 | 14 | 0 | 62 | F | 48 | 5F | 2C |
| Octal | 255 | 331 | 5 | 24 | 0 | 142 | 17 | 110 | 137 | 54 |
| Binary | 10101101 | 11011001 | 101 | 10100 | 0 | 1100010 | 1111 | 1001000 | 1011111 | 101100 |
Color Harmonies of #ADD905
Complementary color
Monochromatic Colors of #ADD905
Black with #ADD905
Text Example
Text Example
White with #ADD905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD905; }
p { color: rgb(173,217,5); }
H1.HeaderClassName
{
color: #ADD905;
}
.AnyTagClassName
{
color: #ADD905;
}
</style>
background-color css
<style>
a { background-color: #ADD905; }
a { background-color: rgb(173,217,5); }
div.DivClassName
{
background-color: #ADD905;
}
.BgClassName
{
background-color: #ADD905;
}
</style>
border-color css
<style>
span { border-color: #ADD905; }
span { border-color: rgb(173,217,5); }
td.TdClassName
{
border-color: #ADD905;
}
.TagClassName
{
border-color: #ADD905;
}
</style>