Shades of Inch Worm #A7D803
Tints of Inch Worm #A7D803
RGB
CMYK
RGB Variations
Color information
#A7D803 (or 0xA7D803) is known color: Inch Worm. HEX triplet: A7, D8 and 03. RGB value is (167,216,3). Sum of RGB (Red+Green+Blue) = 167+216+3=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7D803 is #5827FC. Grayscale: #B1B1B1. Windows color (decimal): -5777405 or 252071. OLE color: 252071.
HSL color Cylindrical-coordinate representation of color #A7D803: hue angle of 73.8º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7D803 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.15 |
| HSL | 73.8º | 0.97% | 0.43% | - |
| HSV(B) | 73.8º | 0.99% | 0.85% | - |
| XYZ | 40.51 | 57.33 | 9.02 | - |
| YUV | 177.07 | 29.77 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 3 | 0.23 | 0 | 0.99 | 0.15 | 73.8 | 0.97 | 0.43 |
| Hex | A7 | D8 | 3 | 17 | 0 | 63 | F | 4A | 61 | 2B |
| Octal | 247 | 330 | 3 | 27 | 0 | 143 | 17 | 112 | 141 | 53 |
| Binary | 10100111 | 11011000 | 11 | 10111 | 0 | 1100011 | 1111 | 1001010 | 1100001 | 101011 |
Color Harmonies of #A7D803
Complementary color
Monochromatic Colors of #A7D803
Black with #A7D803
Text Example
Text Example
White with #A7D803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D803; }
p { color: rgb(167,216,3); }
H1.HeaderClassName
{
color: #A7D803;
}
.AnyTagClassName
{
color: #A7D803;
}
</style>
background-color css
<style>
a { background-color: #A7D803; }
a { background-color: rgb(167,216,3); }
div.DivClassName
{
background-color: #A7D803;
}
.BgClassName
{
background-color: #A7D803;
}
</style>
border-color css
<style>
span { border-color: #A7D803; }
span { border-color: rgb(167,216,3); }
td.TdClassName
{
border-color: #A7D803;
}
.TagClassName
{
border-color: #A7D803;
}
</style>