Shades of Inch Worm #ADD10B
Tints of Inch Worm #ADD10B
RGB
CMYK
RGB Variations
Color information
#ADD10B (or 0xADD10B) is known color: Inch Worm. HEX triplet: AD, D1 and 0B. RGB value is (173,209,11). Sum of RGB (Red+Green+Blue) = 173+209+11=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD10B is #522EF4. Grayscale: #B0B0B0. Windows color (decimal): -5385973 or 774573. OLE color: 774573.
HSL color Cylindrical-coordinate representation of color #ADD10B: hue angle of 70.91º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADD10B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.18 |
| HSL | 70.91º | 0.9% | 0.43% | - |
| HSV(B) | 70.91º | 0.95% | 0.82% | - |
| XYZ | 40.09 | 54.51 | 8.72 | - |
| YUV | 175.66 | 35.07 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 11 | 0.17 | 0 | 0.95 | 0.18 | 70.91 | 0.9 | 0.43 |
| Hex | AD | D1 | B | 11 | 0 | 5F | 12 | 47 | 5A | 2B |
| Octal | 255 | 321 | 13 | 21 | 0 | 137 | 22 | 107 | 132 | 53 |
| Binary | 10101101 | 11010001 | 1011 | 10001 | 0 | 1011111 | 10010 | 1000111 | 1011010 | 101011 |
Color Harmonies of #ADD10B
Complementary color
Monochromatic Colors of #ADD10B
Black with #ADD10B
Text Example
Text Example
White with #ADD10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD10B; }
p { color: rgb(173,209,11); }
H1.HeaderClassName
{
color: #ADD10B;
}
.AnyTagClassName
{
color: #ADD10B;
}
</style>
background-color css
<style>
a { background-color: #ADD10B; }
a { background-color: rgb(173,209,11); }
div.DivClassName
{
background-color: #ADD10B;
}
.BgClassName
{
background-color: #ADD10B;
}
</style>
border-color css
<style>
span { border-color: #ADD10B; }
span { border-color: rgb(173,209,11); }
td.TdClassName
{
border-color: #ADD10B;
}
.TagClassName
{
border-color: #ADD10B;
}
</style>