Shades of Inch Worm #A8D807
Tints of Inch Worm #A8D807
RGB
CMYK
RGB Variations
Color information
#A8D807 (or 0xA8D807) is known color: Inch Worm. HEX triplet: A8, D8 and 07. RGB value is (168,216,7). Sum of RGB (Red+Green+Blue) = 168+216+7=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 216 (84.77% from 255 or 55.24% from 391); Blue value is 7 (3.12% from 255 or 1.79% from 391); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D807 is #5727F8. Grayscale: #B2B2B2. Windows color (decimal): -5711865 or 514216. OLE color: 514216.
HSL color Cylindrical-coordinate representation of color #A8D807: hue angle of 73.78º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8D807 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.15 |
| HSL | 73.78º | 0.94% | 0.44% | - |
| HSV(B) | 73.78º | 0.97% | 0.85% | - |
| XYZ | 40.74 | 57.45 | 9.14 | - |
| YUV | 177.82 | 31.6 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 7 | 0.22 | 0 | 0.97 | 0.15 | 73.78 | 0.94 | 0.44 |
| Hex | A8 | D8 | 7 | 16 | 0 | 61 | F | 4A | 5E | 2C |
| Octal | 250 | 330 | 7 | 26 | 0 | 141 | 17 | 112 | 136 | 54 |
| Binary | 10101000 | 11011000 | 111 | 10110 | 0 | 1100001 | 1111 | 1001010 | 1011110 | 101100 |
Color Harmonies of #A8D807
Complementary color
Monochromatic Colors of #A8D807
Black with #A8D807
Text Example
Text Example
White with #A8D807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D807; }
p { color: rgb(168,216,7); }
H1.HeaderClassName
{
color: #A8D807;
}
.AnyTagClassName
{
color: #A8D807;
}
</style>
background-color css
<style>
a { background-color: #A8D807; }
a { background-color: rgb(168,216,7); }
div.DivClassName
{
background-color: #A8D807;
}
.BgClassName
{
background-color: #A8D807;
}
</style>
border-color css
<style>
span { border-color: #A8D807; }
span { border-color: rgb(168,216,7); }
td.TdClassName
{
border-color: #A8D807;
}
.TagClassName
{
border-color: #A8D807;
}
</style>