Shades of Inch Worm #ADDB0B
Tints of Inch Worm #ADDB0B
RGB
CMYK
RGB Variations
Color information
#ADDB0B (or 0xADDB0B) is known color: Inch Worm. HEX triplet: AD, DB and 0B. RGB value is (173,219,11). Sum of RGB (Red+Green+Blue) = 173+219+11=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDB0B is #5224F4. Grayscale: #B6B6B6. Windows color (decimal): -5383413 or 777133. OLE color: 777133.
HSL color Cylindrical-coordinate representation of color #ADDB0B: hue angle of 73.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADDB0B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 11 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.14 |
| HSL | 73.27º | 0.9% | 0.45% | - |
| HSV(B) | 73.27º | 0.95% | 0.86% | - |
| XYZ | 42.63 | 59.57 | 9.57 | - |
| YUV | 181.53 | 31.76 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 11 | 0.21 | 0 | 0.95 | 0.14 | 73.27 | 0.9 | 0.45 |
| Hex | AD | DB | B | 15 | 0 | 5F | E | 49 | 5A | 2D |
| Octal | 255 | 333 | 13 | 25 | 0 | 137 | 16 | 111 | 132 | 55 |
| Binary | 10101101 | 11011011 | 1011 | 10101 | 0 | 1011111 | 1110 | 1001001 | 1011010 | 101101 |
Color Harmonies of #ADDB0B
Complementary color
Monochromatic Colors of #ADDB0B
Black with #ADDB0B
Text Example
Text Example
White with #ADDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB0B; }
p { color: rgb(173,219,11); }
H1.HeaderClassName
{
color: #ADDB0B;
}
.AnyTagClassName
{
color: #ADDB0B;
}
</style>
background-color css
<style>
a { background-color: #ADDB0B; }
a { background-color: rgb(173,219,11); }
div.DivClassName
{
background-color: #ADDB0B;
}
.BgClassName
{
background-color: #ADDB0B;
}
</style>
border-color css
<style>
span { border-color: #ADDB0B; }
span { border-color: rgb(173,219,11); }
td.TdClassName
{
border-color: #ADDB0B;
}
.TagClassName
{
border-color: #ADDB0B;
}
</style>