Shades of Inch Worm #A6D80A
Tints of Inch Worm #A6D80A
RGB
CMYK
RGB Variations
Color information
#A6D80A (or 0xA6D80A) is known color: Inch Worm. HEX triplet: A6, D8 and 0A. RGB value is (166,216,10). Sum of RGB (Red+Green+Blue) = 166+216+10=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6D80A is #5927F5. Grayscale: #B2B2B2. Windows color (decimal): -5842934 or 710822. OLE color: 710822.
HSL color Cylindrical-coordinate representation of color #A6D80A: hue angle of 74.56º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6D80A is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 216 | 10 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.15 |
| HSL | 74.56º | 0.91% | 0.44% | - |
| HSV(B) | 74.56º | 0.95% | 0.85% | - |
| XYZ | 40.34 | 57.24 | 9.21 | - |
| YUV | 177.57 | 33.44 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 216 | 10 | 0.23 | 0 | 0.95 | 0.15 | 74.56 | 0.91 | 0.44 |
| Hex | A6 | D8 | A | 17 | 0 | 5F | F | 4B | 5B | 2C |
| Octal | 246 | 330 | 12 | 27 | 0 | 137 | 17 | 113 | 133 | 54 |
| Binary | 10100110 | 11011000 | 1010 | 10111 | 0 | 1011111 | 1111 | 1001011 | 1011011 | 101100 |
Color Harmonies of #A6D80A
Complementary color
Monochromatic Colors of #A6D80A
Black with #A6D80A
Text Example
Text Example
White with #A6D80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D80A; }
p { color: rgb(166,216,10); }
H1.HeaderClassName
{
color: #A6D80A;
}
.AnyTagClassName
{
color: #A6D80A;
}
</style>
background-color css
<style>
a { background-color: #A6D80A; }
a { background-color: rgb(166,216,10); }
div.DivClassName
{
background-color: #A6D80A;
}
.BgClassName
{
background-color: #A6D80A;
}
</style>
border-color css
<style>
span { border-color: #A6D80A; }
span { border-color: rgb(166,216,10); }
td.TdClassName
{
border-color: #A6D80A;
}
.TagClassName
{
border-color: #A6D80A;
}
</style>