Shades of Inch Worm #A7E10D
Tints of Inch Worm #A7E10D
RGB
CMYK
RGB Variations
Color information
#A7E10D (or 0xA7E10D) is known color: Inch Worm. HEX triplet: A7, E1 and 0D. RGB value is (167,225,13). Sum of RGB (Red+Green+Blue) = 167+225+13=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E10D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7E10D is #581EF2. Grayscale: #B8B8B8. Windows color (decimal): -5775091 or 909735. OLE color: 909735.
HSL color Cylindrical-coordinate representation of color #A7E10D: hue angle of 76.42º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7E10D is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 13 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.12 |
| HSL | 76.42º | 0.89% | 0.47% | - |
| HSV(B) | 76.42º | 0.94% | 0.88% | - |
| XYZ | 42.93 | 62.09 | 10.1 | - |
| YUV | 183.49 | 31.78 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 13 | 0.26 | 0 | 0.94 | 0.12 | 76.42 | 0.89 | 0.47 |
| Hex | A7 | E1 | D | 1A | 0 | 5E | C | 4C | 59 | 2F |
| Octal | 247 | 341 | 15 | 32 | 0 | 136 | 14 | 114 | 131 | 57 |
| Binary | 10100111 | 11100001 | 1101 | 11010 | 0 | 1011110 | 1100 | 1001100 | 1011001 | 101111 |
Color Harmonies of #A7E10D
Complementary color
Monochromatic Colors of #A7E10D
Black with #A7E10D
Text Example
Text Example
White with #A7E10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E10D; }
p { color: rgb(167,225,13); }
H1.HeaderClassName
{
color: #A7E10D;
}
.AnyTagClassName
{
color: #A7E10D;
}
</style>
background-color css
<style>
a { background-color: #A7E10D; }
a { background-color: rgb(167,225,13); }
div.DivClassName
{
background-color: #A7E10D;
}
.BgClassName
{
background-color: #A7E10D;
}
</style>
border-color css
<style>
span { border-color: #A7E10D; }
span { border-color: rgb(167,225,13); }
td.TdClassName
{
border-color: #A7E10D;
}
.TagClassName
{
border-color: #A7E10D;
}
</style>