Shades of Inch Worm #A6DB1F
Tints of Inch Worm #A6DB1F
RGB
CMYK
RGB Variations
Color information
#A6DB1F (or 0xA6DB1F) is known color: Inch Worm. HEX triplet: A6, DB and 1F. RGB value is (166,219,31). Sum of RGB (Red+Green+Blue) = 166+219+31=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DB1F is #5924E0. Grayscale: #B6B6B6. Windows color (decimal): -5842145 or 2087846. OLE color: 2087846.
HSL color Cylindrical-coordinate representation of color #A6DB1F: hue angle of 76.91º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6DB1F is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 31 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.14 |
| HSL | 76.91º | 0.75% | 0.49% | - |
| HSV(B) | 76.91º | 0.86% | 0.86% | - |
| XYZ | 41.3 | 58.87 | 10.48 | - |
| YUV | 181.72 | 42.94 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 31 | 0.24 | 0 | 0.86 | 0.14 | 76.91 | 0.75 | 0.49 |
| Hex | A6 | DB | 1F | 18 | 0 | 56 | E | 4D | 4B | 31 |
| Octal | 246 | 333 | 37 | 30 | 0 | 126 | 16 | 115 | 113 | 61 |
| Binary | 10100110 | 11011011 | 11111 | 11000 | 0 | 1010110 | 1110 | 1001101 | 1001011 | 110001 |
Color Harmonies of #A6DB1F
Complementary color
Monochromatic Colors of #A6DB1F
Black with #A6DB1F
Text Example
Text Example
White with #A6DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DB1F; }
p { color: rgb(166,219,31); }
H1.HeaderClassName
{
color: #A6DB1F;
}
.AnyTagClassName
{
color: #A6DB1F;
}
</style>
background-color css
<style>
a { background-color: #A6DB1F; }
a { background-color: rgb(166,219,31); }
div.DivClassName
{
background-color: #A6DB1F;
}
.BgClassName
{
background-color: #A6DB1F;
}
</style>
border-color css
<style>
span { border-color: #A6DB1F; }
span { border-color: rgb(166,219,31); }
td.TdClassName
{
border-color: #A6DB1F;
}
.TagClassName
{
border-color: #A6DB1F;
}
</style>