Shades of Inch Worm #A7D207
Tints of Inch Worm #A7D207
RGB
CMYK
RGB Variations
Color information
#A7D207 (or 0xA7D207) is known color: Inch Worm. HEX triplet: A7, D2 and 07. RGB value is (167,210,7). Sum of RGB (Red+Green+Blue) = 167+210+7=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #A7D207 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D207 is #582DF8. Grayscale: #AEAEAE. Windows color (decimal): -5778937 or 512679. OLE color: 512679.
HSL color Cylindrical-coordinate representation of color #A7D207: hue angle of 72.71º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7D207 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 210 | 7 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.18 |
| HSL | 72.71º | 0.94% | 0.43% | - |
| HSV(B) | 72.71º | 0.97% | 0.82% | - |
| XYZ | 39.02 | 54.32 | 8.63 | - |
| YUV | 174 | 33.75 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 210 | 7 | 0.20 | 0 | 0.97 | 0.18 | 72.71 | 0.94 | 0.43 |
| Hex | A7 | D2 | 7 | 14 | 0 | 61 | 12 | 49 | 5E | 2B |
| Octal | 247 | 322 | 7 | 24 | 0 | 141 | 22 | 111 | 136 | 53 |
| Binary | 10100111 | 11010010 | 111 | 10100 | 0 | 1100001 | 10010 | 1001001 | 1011110 | 101011 |
Color Harmonies of #A7D207
Complementary color
Monochromatic Colors of #A7D207
Black with #A7D207
Text Example
Text Example
White with #A7D207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D207; }
p { color: rgb(167,210,7); }
H1.HeaderClassName
{
color: #A7D207;
}
.AnyTagClassName
{
color: #A7D207;
}
</style>
background-color css
<style>
a { background-color: #A7D207; }
a { background-color: rgb(167,210,7); }
div.DivClassName
{
background-color: #A7D207;
}
.BgClassName
{
background-color: #A7D207;
}
</style>
border-color css
<style>
span { border-color: #A7D207; }
span { border-color: rgb(167,210,7); }
td.TdClassName
{
border-color: #A7D207;
}
.TagClassName
{
border-color: #A7D207;
}
</style>