Shades of Inch Worm #A7D905
Tints of Inch Worm #A7D905
RGB
CMYK
RGB Variations
Color information
#A7D905 (or 0xA7D905) is known color: Inch Worm. HEX triplet: A7, D9 and 05. RGB value is (167,217,5). Sum of RGB (Red+Green+Blue) = 167+217+5=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 217 (85.16% from 255 or 55.78% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D905 is #5826FA. Grayscale: #B2B2B2. Windows color (decimal): -5777147 or 383399. OLE color: 383399.
HSL color Cylindrical-coordinate representation of color #A7D905: hue angle of 74.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A7D905 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 217 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.15 |
| HSL | 74.15º | 0.95% | 0.44% | - |
| HSV(B) | 74.15º | 0.98% | 0.85% | - |
| XYZ | 40.78 | 57.85 | 9.16 | - |
| YUV | 177.88 | 30.44 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 217 | 5 | 0.23 | 0 | 0.98 | 0.15 | 74.15 | 0.95 | 0.44 |
| Hex | A7 | D9 | 5 | 17 | 0 | 62 | F | 4A | 5F | 2C |
| Octal | 247 | 331 | 5 | 27 | 0 | 142 | 17 | 112 | 137 | 54 |
| Binary | 10100111 | 11011001 | 101 | 10111 | 0 | 1100010 | 1111 | 1001010 | 1011111 | 101100 |
Color Harmonies of #A7D905
Complementary color
Monochromatic Colors of #A7D905
Black with #A7D905
Text Example
Text Example
White with #A7D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D905; }
p { color: rgb(167,217,5); }
H1.HeaderClassName
{
color: #A7D905;
}
.AnyTagClassName
{
color: #A7D905;
}
</style>
background-color css
<style>
a { background-color: #A7D905; }
a { background-color: rgb(167,217,5); }
div.DivClassName
{
background-color: #A7D905;
}
.BgClassName
{
background-color: #A7D905;
}
</style>
border-color css
<style>
span { border-color: #A7D905; }
span { border-color: rgb(167,217,5); }
td.TdClassName
{
border-color: #A7D905;
}
.TagClassName
{
border-color: #A7D905;
}
</style>