Shades of Inch Worm #A7DC0D
Tints of Inch Worm #A7DC0D
RGB
CMYK
RGB Variations
Color information
#A7DC0D (or 0xA7DC0D) is known color: Inch Worm. HEX triplet: A7, DC and 0D. RGB value is (167,220,13). Sum of RGB (Red+Green+Blue) = 167+220+13=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7DC0D is #5823F2. Grayscale: #B5B5B5. Windows color (decimal): -5776371 or 908455. OLE color: 908455.
HSL color Cylindrical-coordinate representation of color #A7DC0D: hue angle of 75.36º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7DC0D is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 220 | 13 | - |
| CMYK | 0.24 | 0 | 0.94 | 0.14 |
| HSL | 75.36º | 0.89% | 0.46% | - |
| HSV(B) | 75.36º | 0.94% | 0.86% | - |
| XYZ | 41.6 | 59.43 | 9.66 | - |
| YUV | 180.56 | 33.44 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 13 | 0.24 | 0 | 0.94 | 0.14 | 75.36 | 0.89 | 0.46 |
| Hex | A7 | DC | D | 18 | 0 | 5E | E | 4B | 59 | 2E |
| Octal | 247 | 334 | 15 | 30 | 0 | 136 | 16 | 113 | 131 | 56 |
| Binary | 10100111 | 11011100 | 1101 | 11000 | 0 | 1011110 | 1110 | 1001011 | 1011001 | 101110 |
Color Harmonies of #A7DC0D
Complementary color
Monochromatic Colors of #A7DC0D
Black with #A7DC0D
Text Example
Text Example
White with #A7DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DC0D; }
p { color: rgb(167,220,13); }
H1.HeaderClassName
{
color: #A7DC0D;
}
.AnyTagClassName
{
color: #A7DC0D;
}
</style>
background-color css
<style>
a { background-color: #A7DC0D; }
a { background-color: rgb(167,220,13); }
div.DivClassName
{
background-color: #A7DC0D;
}
.BgClassName
{
background-color: #A7DC0D;
}
</style>
border-color css
<style>
span { border-color: #A7DC0D; }
span { border-color: rgb(167,220,13); }
td.TdClassName
{
border-color: #A7DC0D;
}
.TagClassName
{
border-color: #A7DC0D;
}
</style>