Shades of Inch Worm #ADD00B
Tints of Inch Worm #ADD00B
RGB
CMYK
RGB Variations
Color information
#ADD00B (or 0xADD00B) is known color: Inch Worm. HEX triplet: AD, D0 and 0B. RGB value is (173,208,11). Sum of RGB (Red+Green+Blue) = 173+208+11=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD00B is #522FF4. Grayscale: #AFAFAF. Windows color (decimal): -5386229 or 774317. OLE color: 774317.
HSL color Cylindrical-coordinate representation of color #ADD00B: hue angle of 70.66º 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 #ADD00B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.18 |
| HSL | 70.66º | 0.9% | 0.43% | - |
| HSV(B) | 70.66º | 0.95% | 0.82% | - |
| XYZ | 39.85 | 54.02 | 8.64 | - |
| YUV | 175.08 | 35.4 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 11 | 0.17 | 0 | 0.95 | 0.18 | 70.66 | 0.9 | 0.43 |
| Hex | AD | D0 | B | 11 | 0 | 5F | 12 | 47 | 5A | 2B |
| Octal | 255 | 320 | 13 | 21 | 0 | 137 | 22 | 107 | 132 | 53 |
| Binary | 10101101 | 11010000 | 1011 | 10001 | 0 | 1011111 | 10010 | 1000111 | 1011010 | 101011 |
Color Harmonies of #ADD00B
Complementary color
Monochromatic Colors of #ADD00B
Black with #ADD00B
Text Example
Text Example
White with #ADD00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD00B; }
p { color: rgb(173,208,11); }
H1.HeaderClassName
{
color: #ADD00B;
}
.AnyTagClassName
{
color: #ADD00B;
}
</style>
background-color css
<style>
a { background-color: #ADD00B; }
a { background-color: rgb(173,208,11); }
div.DivClassName
{
background-color: #ADD00B;
}
.BgClassName
{
background-color: #ADD00B;
}
</style>
border-color css
<style>
span { border-color: #ADD00B; }
span { border-color: rgb(173,208,11); }
td.TdClassName
{
border-color: #ADD00B;
}
.TagClassName
{
border-color: #ADD00B;
}
</style>