Shades of Inch Worm #ADD00C
Tints of Inch Worm #ADD00C
RGB
CMYK
RGB Variations
Color information
#ADD00C (or 0xADD00C) is known color: Inch Worm. HEX triplet: AD, D0 and 0C. RGB value is (173,208,12). Sum of RGB (Red+Green+Blue) = 173+208+12=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD00C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD00C is #522FF3. Grayscale: #AFAFAF. Windows color (decimal): -5386228 or 839853. OLE color: 839853.
HSL color Cylindrical-coordinate representation of color #ADD00C: hue angle of 70.71º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADD00C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.18 |
| HSL | 70.71º | 0.89% | 0.43% | - |
| HSV(B) | 70.71º | 0.94% | 0.82% | - |
| XYZ | 39.86 | 54.02 | 8.67 | - |
| YUV | 175.19 | 35.9 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 12 | 0.17 | 0 | 0.94 | 0.18 | 70.71 | 0.89 | 0.43 |
| Hex | AD | D0 | C | 11 | 0 | 5E | 12 | 47 | 59 | 2B |
| Octal | 255 | 320 | 14 | 21 | 0 | 136 | 22 | 107 | 131 | 53 |
| Binary | 10101101 | 11010000 | 1100 | 10001 | 0 | 1011110 | 10010 | 1000111 | 1011001 | 101011 |
Color Harmonies of #ADD00C
Complementary color
Monochromatic Colors of #ADD00C
Black with #ADD00C
Text Example
Text Example
White with #ADD00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD00C; }
p { color: rgb(173,208,12); }
H1.HeaderClassName
{
color: #ADD00C;
}
.AnyTagClassName
{
color: #ADD00C;
}
</style>
background-color css
<style>
a { background-color: #ADD00C; }
a { background-color: rgb(173,208,12); }
div.DivClassName
{
background-color: #ADD00C;
}
.BgClassName
{
background-color: #ADD00C;
}
</style>
border-color css
<style>
span { border-color: #ADD00C; }
span { border-color: rgb(173,208,12); }
td.TdClassName
{
border-color: #ADD00C;
}
.TagClassName
{
border-color: #ADD00C;
}
</style>