Shades of Inch Worm #A7D60E
Tints of Inch Worm #A7D60E
RGB
CMYK
RGB Variations
Color information
#A7D60E (or 0xA7D60E) is known color: Inch Worm. HEX triplet: A7, D6 and 0E. RGB value is (167,214,14). Sum of RGB (Red+Green+Blue) = 167+214+14=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D60E is #5829F1. Grayscale: #B1B1B1. Windows color (decimal): -5777906 or 972455. OLE color: 972455.
HSL color Cylindrical-coordinate representation of color #A7D60E: hue angle of 74.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7D60E is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 14 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.16 |
| HSL | 74.1º | 0.88% | 0.45% | - |
| HSV(B) | 74.1º | 0.93% | 0.84% | - |
| XYZ | 40.06 | 56.34 | 9.18 | - |
| YUV | 177.15 | 35.93 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 14 | 0.22 | 0 | 0.93 | 0.16 | 74.1 | 0.88 | 0.45 |
| Hex | A7 | D6 | E | 16 | 0 | 5D | 10 | 4A | 58 | 2D |
| Octal | 247 | 326 | 16 | 26 | 0 | 135 | 20 | 112 | 130 | 55 |
| Binary | 10100111 | 11010110 | 1110 | 10110 | 0 | 1011101 | 10000 | 1001010 | 1011000 | 101101 |
Color Harmonies of #A7D60E
Complementary color
Monochromatic Colors of #A7D60E
Black with #A7D60E
Text Example
Text Example
White with #A7D60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D60E; }
p { color: rgb(167,214,14); }
H1.HeaderClassName
{
color: #A7D60E;
}
.AnyTagClassName
{
color: #A7D60E;
}
</style>
background-color css
<style>
a { background-color: #A7D60E; }
a { background-color: rgb(167,214,14); }
div.DivClassName
{
background-color: #A7D60E;
}
.BgClassName
{
background-color: #A7D60E;
}
</style>
border-color css
<style>
span { border-color: #A7D60E; }
span { border-color: rgb(167,214,14); }
td.TdClassName
{
border-color: #A7D60E;
}
.TagClassName
{
border-color: #A7D60E;
}
</style>