Shades of Inch Worm #ADD80B
Tints of Inch Worm #ADD80B
RGB
CMYK
RGB Variations
Color information
#ADD80B (or 0xADD80B) is known color: Inch Worm. HEX triplet: AD, D8 and 0B. RGB value is (173,216,11). Sum of RGB (Red+Green+Blue) = 173+216+11=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD80B is #5227F4. Grayscale: #B4B4B4. Windows color (decimal): -5384181 or 776365. OLE color: 776365.
HSL color Cylindrical-coordinate representation of color #ADD80B: hue angle of 72.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADD80B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 11 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.15 |
| HSL | 72.59º | 0.9% | 0.45% | - |
| HSV(B) | 72.59º | 0.95% | 0.85% | - |
| XYZ | 41.85 | 58.02 | 9.31 | - |
| YUV | 179.77 | 32.75 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 11 | 0.20 | 0 | 0.95 | 0.15 | 72.59 | 0.9 | 0.45 |
| Hex | AD | D8 | B | 14 | 0 | 5F | F | 49 | 5A | 2D |
| Octal | 255 | 330 | 13 | 24 | 0 | 137 | 17 | 111 | 132 | 55 |
| Binary | 10101101 | 11011000 | 1011 | 10100 | 0 | 1011111 | 1111 | 1001001 | 1011010 | 101101 |
Color Harmonies of #ADD80B
Complementary color
Monochromatic Colors of #ADD80B
Black with #ADD80B
Text Example
Text Example
White with #ADD80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD80B; }
p { color: rgb(173,216,11); }
H1.HeaderClassName
{
color: #ADD80B;
}
.AnyTagClassName
{
color: #ADD80B;
}
</style>
background-color css
<style>
a { background-color: #ADD80B; }
a { background-color: rgb(173,216,11); }
div.DivClassName
{
background-color: #ADD80B;
}
.BgClassName
{
background-color: #ADD80B;
}
</style>
border-color css
<style>
span { border-color: #ADD80B; }
span { border-color: rgb(173,216,11); }
td.TdClassName
{
border-color: #ADD80B;
}
.TagClassName
{
border-color: #ADD80B;
}
</style>