Shades of Inch Worm #A7D716
Tints of Inch Worm #A7D716
RGB
CMYK
RGB Variations
Color information
#A7D716 (or 0xA7D716) is known color: Inch Worm. HEX triplet: A7, D7 and 16. RGB value is (167,215,22). Sum of RGB (Red+Green+Blue) = 167+215+22=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 215 (84.38% from 255 or 53.22% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D716 is #5828E9. Grayscale: #B3B3B3. Windows color (decimal): -5777642 or 1496999. OLE color: 1496999.
HSL color Cylindrical-coordinate representation of color #A7D716: hue angle of 74.92º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7D716 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 215 | 22 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.16 |
| HSL | 74.92º | 0.81% | 0.46% | - |
| HSV(B) | 74.92º | 0.9% | 0.84% | - |
| XYZ | 40.38 | 56.87 | 9.61 | - |
| YUV | 178.65 | 39.6 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 215 | 22 | 0.22 | 0 | 0.90 | 0.16 | 74.92 | 0.81 | 0.46 |
| Hex | A7 | D7 | 16 | 16 | 0 | 5A | 10 | 4B | 51 | 2E |
| Octal | 247 | 327 | 26 | 26 | 0 | 132 | 20 | 113 | 121 | 56 |
| Binary | 10100111 | 11010111 | 10110 | 10110 | 0 | 1011010 | 10000 | 1001011 | 1010001 | 101110 |
Color Harmonies of #A7D716
Complementary color
Monochromatic Colors of #A7D716
Black with #A7D716
Text Example
Text Example
White with #A7D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D716; }
p { color: rgb(167,215,22); }
H1.HeaderClassName
{
color: #A7D716;
}
.AnyTagClassName
{
color: #A7D716;
}
</style>
background-color css
<style>
a { background-color: #A7D716; }
a { background-color: rgb(167,215,22); }
div.DivClassName
{
background-color: #A7D716;
}
.BgClassName
{
background-color: #A7D716;
}
</style>
border-color css
<style>
span { border-color: #A7D716; }
span { border-color: rgb(167,215,22); }
td.TdClassName
{
border-color: #A7D716;
}
.TagClassName
{
border-color: #A7D716;
}
</style>