Shades of Inch Worm #A7D605
Tints of Inch Worm #A7D605
RGB
CMYK
RGB Variations
Color information
#A7D605 (or 0xA7D605) is known color: Inch Worm. HEX triplet: A7, D6 and 05. RGB value is (167,214,5). Sum of RGB (Red+Green+Blue) = 167+214+5=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D605 is #5829FA. Grayscale: #B0B0B0. Windows color (decimal): -5777915 or 382631. OLE color: 382631.
HSL color Cylindrical-coordinate representation of color #A7D605: hue angle of 73.49º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7D605 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.16 |
| HSL | 73.49º | 0.95% | 0.43% | - |
| HSV(B) | 73.49º | 0.98% | 0.84% | - |
| XYZ | 40.01 | 56.32 | 8.91 | - |
| YUV | 176.12 | 31.43 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 5 | 0.22 | 0 | 0.98 | 0.16 | 73.49 | 0.95 | 0.43 |
| Hex | A7 | D6 | 5 | 16 | 0 | 62 | 10 | 49 | 5F | 2B |
| Octal | 247 | 326 | 5 | 26 | 0 | 142 | 20 | 111 | 137 | 53 |
| Binary | 10100111 | 11010110 | 101 | 10110 | 0 | 1100010 | 10000 | 1001001 | 1011111 | 101011 |
Color Harmonies of #A7D605
Complementary color
Monochromatic Colors of #A7D605
Black with #A7D605
Text Example
Text Example
White with #A7D605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D605; }
p { color: rgb(167,214,5); }
H1.HeaderClassName
{
color: #A7D605;
}
.AnyTagClassName
{
color: #A7D605;
}
</style>
background-color css
<style>
a { background-color: #A7D605; }
a { background-color: rgb(167,214,5); }
div.DivClassName
{
background-color: #A7D605;
}
.BgClassName
{
background-color: #A7D605;
}
</style>
border-color css
<style>
span { border-color: #A7D605; }
span { border-color: rgb(167,214,5); }
td.TdClassName
{
border-color: #A7D605;
}
.TagClassName
{
border-color: #A7D605;
}
</style>