Shades of Inch Worm #ADDB0D
Tints of Inch Worm #ADDB0D
RGB
CMYK
RGB Variations
Color information
#ADDB0D (or 0xADDB0D) is known color: Inch Worm. HEX triplet: AD, DB and 0D. RGB value is (173,219,13). Sum of RGB (Red+Green+Blue) = 173+219+13=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 219 (85.94% from 255 or 54.07% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDB0D is #5224F2. Grayscale: #B6B6B6. Windows color (decimal): -5383411 or 908205. OLE color: 908205.
HSL color Cylindrical-coordinate representation of color #ADDB0D: hue angle of 73.4º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADDB0D is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 13 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.14 |
| HSL | 73.4º | 0.89% | 0.45% | - |
| HSV(B) | 73.4º | 0.94% | 0.86% | - |
| XYZ | 42.64 | 59.58 | 9.63 | - |
| YUV | 181.76 | 32.76 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 13 | 0.21 | 0 | 0.94 | 0.14 | 73.4 | 0.89 | 0.45 |
| Hex | AD | DB | D | 15 | 0 | 5E | E | 49 | 59 | 2D |
| Octal | 255 | 333 | 15 | 25 | 0 | 136 | 16 | 111 | 131 | 55 |
| Binary | 10101101 | 11011011 | 1101 | 10101 | 0 | 1011110 | 1110 | 1001001 | 1011001 | 101101 |
Color Harmonies of #ADDB0D
Complementary color
Monochromatic Colors of #ADDB0D
Black with #ADDB0D
Text Example
Text Example
White with #ADDB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB0D; }
p { color: rgb(173,219,13); }
H1.HeaderClassName
{
color: #ADDB0D;
}
.AnyTagClassName
{
color: #ADDB0D;
}
</style>
background-color css
<style>
a { background-color: #ADDB0D; }
a { background-color: rgb(173,219,13); }
div.DivClassName
{
background-color: #ADDB0D;
}
.BgClassName
{
background-color: #ADDB0D;
}
</style>
border-color css
<style>
span { border-color: #ADDB0D; }
span { border-color: rgb(173,219,13); }
td.TdClassName
{
border-color: #ADDB0D;
}
.TagClassName
{
border-color: #ADDB0D;
}
</style>