Shades of Inch Worm #A6D008
Tints of Inch Worm #A6D008
RGB
CMYK
RGB Variations
Color information
#A6D008 (or 0xA6D008) is known color: Inch Worm. HEX triplet: A6, D0 and 08. RGB value is (166,208,8). Sum of RGB (Red+Green+Blue) = 166+208+8=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 208 (81.64% from 255 or 54.45% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D008 is #592FF7. Grayscale: #ADADAD. Windows color (decimal): -5844984 or 577702. OLE color: 577702.
HSL color Cylindrical-coordinate representation of color #A6D008: hue angle of 72.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6D008 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 208 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.18 |
| HSL | 72.6º | 0.93% | 0.42% | - |
| HSV(B) | 72.6º | 0.96% | 0.82% | - |
| XYZ | 38.33 | 53.24 | 8.49 | - |
| YUV | 172.64 | 35.09 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 208 | 8 | 0.20 | 0 | 0.96 | 0.18 | 72.6 | 0.93 | 0.42 |
| Hex | A6 | D0 | 8 | 14 | 0 | 60 | 12 | 49 | 5D | 2A |
| Octal | 246 | 320 | 10 | 24 | 0 | 140 | 22 | 111 | 135 | 52 |
| Binary | 10100110 | 11010000 | 1000 | 10100 | 0 | 1100000 | 10010 | 1001001 | 1011101 | 101010 |
Color Harmonies of #A6D008
Complementary color
Monochromatic Colors of #A6D008
Black with #A6D008
Text Example
Text Example
White with #A6D008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D008; }
p { color: rgb(166,208,8); }
H1.HeaderClassName
{
color: #A6D008;
}
.AnyTagClassName
{
color: #A6D008;
}
</style>
background-color css
<style>
a { background-color: #A6D008; }
a { background-color: rgb(166,208,8); }
div.DivClassName
{
background-color: #A6D008;
}
.BgClassName
{
background-color: #A6D008;
}
</style>
border-color css
<style>
span { border-color: #A6D008; }
span { border-color: rgb(166,208,8); }
td.TdClassName
{
border-color: #A6D008;
}
.TagClassName
{
border-color: #A6D008;
}
</style>