Shades of Inch Worm #A6D80B
Tints of Inch Worm #A6D80B
RGB
CMYK
RGB Variations
Color information
#A6D80B (or 0xA6D80B) is known color: Inch Worm. HEX triplet: A6, D8 and 0B. RGB value is (166,216,11). Sum of RGB (Red+Green+Blue) = 166+216+11=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D80B is #5927F4. Grayscale: #B2B2B2. Windows color (decimal): -5842933 or 776358. OLE color: 776358.
HSL color Cylindrical-coordinate representation of color #A6D80B: hue angle of 74.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6D80B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.15 |
| HSL | 74.63º | 0.9% | 0.45% | - |
| HSV(B) | 74.63º | 0.95% | 0.85% | - |
| XYZ | 40.34 | 57.24 | 9.24 | - |
| YUV | 177.68 | 33.94 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 11 | 0.23 | 0 | 0.95 | 0.15 | 74.63 | 0.9 | 0.45 |
| Hex | A6 | D8 | B | 17 | 0 | 5F | F | 4B | 5A | 2D |
| Octal | 246 | 330 | 13 | 27 | 0 | 137 | 17 | 113 | 132 | 55 |
| Binary | 10100110 | 11011000 | 1011 | 10111 | 0 | 1011111 | 1111 | 1001011 | 1011010 | 101101 |
Color Harmonies of #A6D80B
Complementary color
Monochromatic Colors of #A6D80B
Black with #A6D80B
Text Example
Text Example
White with #A6D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D80B; }
p { color: rgb(166,216,11); }
H1.HeaderClassName
{
color: #A6D80B;
}
.AnyTagClassName
{
color: #A6D80B;
}
</style>
background-color css
<style>
a { background-color: #A6D80B; }
a { background-color: rgb(166,216,11); }
div.DivClassName
{
background-color: #A6D80B;
}
.BgClassName
{
background-color: #A6D80B;
}
</style>
border-color css
<style>
span { border-color: #A6D80B; }
span { border-color: rgb(166,216,11); }
td.TdClassName
{
border-color: #A6D80B;
}
.TagClassName
{
border-color: #A6D80B;
}
</style>