Shades of Inch Worm #ADDE0D
Tints of Inch Worm #ADDE0D
RGB
CMYK
RGB Variations
Color information
#ADDE0D (or 0xADDE0D) is known color: Inch Worm. HEX triplet: AD, DE and 0D. RGB value is (173,222,13). Sum of RGB (Red+Green+Blue) = 173+222+13=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDE0D is #5221F2. Grayscale: #B8B8B8. Windows color (decimal): -5382643 or 908973. OLE color: 908973.
HSL color Cylindrical-coordinate representation of color #ADDE0D: hue angle of 74.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADDE0D is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 13 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.13 |
| HSL | 74.07º | 0.89% | 0.46% | - |
| HSV(B) | 74.07º | 0.94% | 0.87% | - |
| XYZ | 43.43 | 61.16 | 9.9 | - |
| YUV | 183.52 | 31.77 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 13 | 0.22 | 0 | 0.94 | 0.13 | 74.07 | 0.89 | 0.46 |
| Hex | AD | DE | D | 16 | 0 | 5E | D | 4A | 59 | 2E |
| Octal | 255 | 336 | 15 | 26 | 0 | 136 | 15 | 112 | 131 | 56 |
| Binary | 10101101 | 11011110 | 1101 | 10110 | 0 | 1011110 | 1101 | 1001010 | 1011001 | 101110 |
Color Harmonies of #ADDE0D
Complementary color
Monochromatic Colors of #ADDE0D
Black with #ADDE0D
Text Example
Text Example
White with #ADDE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE0D; }
p { color: rgb(173,222,13); }
H1.HeaderClassName
{
color: #ADDE0D;
}
.AnyTagClassName
{
color: #ADDE0D;
}
</style>
background-color css
<style>
a { background-color: #ADDE0D; }
a { background-color: rgb(173,222,13); }
div.DivClassName
{
background-color: #ADDE0D;
}
.BgClassName
{
background-color: #ADDE0D;
}
</style>
border-color css
<style>
span { border-color: #ADDE0D; }
span { border-color: rgb(173,222,13); }
td.TdClassName
{
border-color: #ADDE0D;
}
.TagClassName
{
border-color: #ADDE0D;
}
</style>