Shades of Inch Worm #A7E112
Tints of Inch Worm #A7E112
RGB
CMYK
RGB Variations
Color information
#A7E112 (or 0xA7E112) is known color: Inch Worm. HEX triplet: A7, E1 and 12. RGB value is (167,225,18). Sum of RGB (Red+Green+Blue) = 167+225+18=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7E112 is #581EED. Grayscale: #B8B8B8. Windows color (decimal): -5775086 or 1237415. OLE color: 1237415.
HSL color Cylindrical-coordinate representation of color #A7E112: hue angle of 76.81º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7E112 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 18 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.12 |
| HSL | 76.81º | 0.85% | 0.48% | - |
| HSV(B) | 76.81º | 0.92% | 0.88% | - |
| XYZ | 42.97 | 62.11 | 10.3 | - |
| YUV | 184.06 | 34.28 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 18 | 0.26 | 0 | 0.92 | 0.12 | 76.81 | 0.85 | 0.48 |
| Hex | A7 | E1 | 12 | 1A | 0 | 5C | C | 4D | 55 | 30 |
| Octal | 247 | 341 | 22 | 32 | 0 | 134 | 14 | 115 | 125 | 60 |
| Binary | 10100111 | 11100001 | 10010 | 11010 | 0 | 1011100 | 1100 | 1001101 | 1010101 | 110000 |
Color Harmonies of #A7E112
Complementary color
Monochromatic Colors of #A7E112
Black with #A7E112
Text Example
Text Example
White with #A7E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E112; }
p { color: rgb(167,225,18); }
H1.HeaderClassName
{
color: #A7E112;
}
.AnyTagClassName
{
color: #A7E112;
}
</style>
background-color css
<style>
a { background-color: #A7E112; }
a { background-color: rgb(167,225,18); }
div.DivClassName
{
background-color: #A7E112;
}
.BgClassName
{
background-color: #A7E112;
}
</style>
border-color css
<style>
span { border-color: #A7E112; }
span { border-color: rgb(167,225,18); }
td.TdClassName
{
border-color: #A7E112;
}
.TagClassName
{
border-color: #A7E112;
}
</style>