Shades of Inch Worm #ADD70B
Tints of Inch Worm #ADD70B
RGB
CMYK
RGB Variations
Color information
#ADD70B (or 0xADD70B) is known color: Inch Worm. HEX triplet: AD, D7 and 0B. RGB value is (173,215,11). Sum of RGB (Red+Green+Blue) = 173+215+11=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD70B is #5228F4. Grayscale: #B3B3B3. Windows color (decimal): -5384437 or 776109. OLE color: 776109.
HSL color Cylindrical-coordinate representation of color #ADD70B: hue angle of 72.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADD70B is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 11 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.16 |
| HSL | 72.35º | 0.9% | 0.44% | - |
| HSV(B) | 72.35º | 0.95% | 0.84% | - |
| XYZ | 41.59 | 57.51 | 9.22 | - |
| YUV | 179.19 | 33.09 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 11 | 0.20 | 0 | 0.95 | 0.16 | 72.35 | 0.9 | 0.44 |
| Hex | AD | D7 | B | 14 | 0 | 5F | 10 | 48 | 5A | 2C |
| Octal | 255 | 327 | 13 | 24 | 0 | 137 | 20 | 110 | 132 | 54 |
| Binary | 10101101 | 11010111 | 1011 | 10100 | 0 | 1011111 | 10000 | 1001000 | 1011010 | 101100 |
Color Harmonies of #ADD70B
Complementary color
Monochromatic Colors of #ADD70B
Black with #ADD70B
Text Example
Text Example
White with #ADD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD70B; }
p { color: rgb(173,215,11); }
H1.HeaderClassName
{
color: #ADD70B;
}
.AnyTagClassName
{
color: #ADD70B;
}
</style>
background-color css
<style>
a { background-color: #ADD70B; }
a { background-color: rgb(173,215,11); }
div.DivClassName
{
background-color: #ADD70B;
}
.BgClassName
{
background-color: #ADD70B;
}
</style>
border-color css
<style>
span { border-color: #ADD70B; }
span { border-color: rgb(173,215,11); }
td.TdClassName
{
border-color: #ADD70B;
}
.TagClassName
{
border-color: #ADD70B;
}
</style>