Shades of Inch Worm #ADDA0B
Tints of Inch Worm #ADDA0B
RGB
CMYK
RGB Variations
Color information
#ADDA0B (or 0xADDA0B) is known color: Inch Worm. HEX triplet: AD, DA and 0B. RGB value is (173,218,11). Sum of RGB (Red+Green+Blue) = 173+218+11=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDA0B is #5225F4. Grayscale: #B5B5B5. Windows color (decimal): -5383669 or 776877. OLE color: 776877.
HSL color Cylindrical-coordinate representation of color #ADDA0B: hue angle of 73.04º 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 #ADDA0B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 11 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.15 |
| HSL | 73.04º | 0.9% | 0.45% | - |
| HSV(B) | 73.04º | 0.95% | 0.85% | - |
| XYZ | 42.37 | 59.05 | 9.48 | - |
| YUV | 180.95 | 32.09 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 11 | 0.21 | 0 | 0.95 | 0.15 | 73.04 | 0.9 | 0.45 |
| Hex | AD | DA | B | 15 | 0 | 5F | F | 49 | 5A | 2D |
| Octal | 255 | 332 | 13 | 25 | 0 | 137 | 17 | 111 | 132 | 55 |
| Binary | 10101101 | 11011010 | 1011 | 10101 | 0 | 1011111 | 1111 | 1001001 | 1011010 | 101101 |
Color Harmonies of #ADDA0B
Complementary color
Monochromatic Colors of #ADDA0B
Black with #ADDA0B
Text Example
Text Example
White with #ADDA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA0B; }
p { color: rgb(173,218,11); }
H1.HeaderClassName
{
color: #ADDA0B;
}
.AnyTagClassName
{
color: #ADDA0B;
}
</style>
background-color css
<style>
a { background-color: #ADDA0B; }
a { background-color: rgb(173,218,11); }
div.DivClassName
{
background-color: #ADDA0B;
}
.BgClassName
{
background-color: #ADDA0B;
}
</style>
border-color css
<style>
span { border-color: #ADDA0B; }
span { border-color: rgb(173,218,11); }
td.TdClassName
{
border-color: #ADDA0B;
}
.TagClassName
{
border-color: #ADDA0B;
}
</style>