Shades of Inch Worm #A6DA1C
Tints of Inch Worm #A6DA1C
RGB
CMYK
RGB Variations
Color information
#A6DA1C (or 0xA6DA1C) is known color: Inch Worm. HEX triplet: A6, DA and 1C. RGB value is (166,218,28). Sum of RGB (Red+Green+Blue) = 166+218+28=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DA1C is #5925E3. Grayscale: #B5B5B5. Windows color (decimal): -5842404 or 1890982. OLE color: 1890982.
HSL color Cylindrical-coordinate representation of color #A6DA1C: hue angle of 76.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6DA1C is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 218 | 28 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.15 |
| HSL | 76.42º | 0.77% | 0.48% | - |
| HSV(B) | 76.42º | 0.87% | 0.85% | - |
| XYZ | 41.01 | 58.33 | 10.2 | - |
| YUV | 180.79 | 41.77 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 28 | 0.24 | 0 | 0.87 | 0.15 | 76.42 | 0.77 | 0.48 |
| Hex | A6 | DA | 1C | 18 | 0 | 57 | F | 4C | 4D | 30 |
| Octal | 246 | 332 | 34 | 30 | 0 | 127 | 17 | 114 | 115 | 60 |
| Binary | 10100110 | 11011010 | 11100 | 11000 | 0 | 1010111 | 1111 | 1001100 | 1001101 | 110000 |
Color Harmonies of #A6DA1C
Complementary color
Monochromatic Colors of #A6DA1C
Black with #A6DA1C
Text Example
Text Example
White with #A6DA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DA1C; }
p { color: rgb(166,218,28); }
H1.HeaderClassName
{
color: #A6DA1C;
}
.AnyTagClassName
{
color: #A6DA1C;
}
</style>
background-color css
<style>
a { background-color: #A6DA1C; }
a { background-color: rgb(166,218,28); }
div.DivClassName
{
background-color: #A6DA1C;
}
.BgClassName
{
background-color: #A6DA1C;
}
</style>
border-color css
<style>
span { border-color: #A6DA1C; }
span { border-color: rgb(166,218,28); }
td.TdClassName
{
border-color: #A6DA1C;
}
.TagClassName
{
border-color: #A6DA1C;
}
</style>