Shades of Inch Worm #A6E914
Tints of Inch Worm #A6E914
RGB
CMYK
RGB Variations
Color information
#A6E914 (or 0xA6E914) is known color: Inch Worm. HEX triplet: A6, E9 and 14. RGB value is (166,233,20). Sum of RGB (Red+Green+Blue) = 166+233+20=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 233 (91.41% from 255 or 55.61% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E914 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6E914 is #5916EB. Grayscale: #BDBDBD. Windows color (decimal): -5838572 or 1370534. OLE color: 1370534.
HSL color Cylindrical-coordinate representation of color #A6E914: hue angle of 78.87º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6E914 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 20 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.09 |
| HSL | 78.87º | 0.84% | 0.5% | - |
| HSV(B) | 78.87º | 0.91% | 0.91% | - |
| XYZ | 44.99 | 66.44 | 11.11 | - |
| YUV | 188.69 | 32.8 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 20 | 0.29 | 0 | 0.91 | 0.09 | 78.87 | 0.84 | 0.5 |
| Hex | A6 | E9 | 14 | 1D | 0 | 5B | 9 | 4F | 54 | 32 |
| Octal | 246 | 351 | 24 | 35 | 0 | 133 | 11 | 117 | 124 | 62 |
| Binary | 10100110 | 11101001 | 10100 | 11101 | 0 | 1011011 | 1001 | 1001111 | 1010100 | 110010 |
Color Harmonies of #A6E914
Complementary color
Monochromatic Colors of #A6E914
Black with #A6E914
Text Example
Text Example
White with #A6E914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E914; }
p { color: rgb(166,233,20); }
H1.HeaderClassName
{
color: #A6E914;
}
.AnyTagClassName
{
color: #A6E914;
}
</style>
background-color css
<style>
a { background-color: #A6E914; }
a { background-color: rgb(166,233,20); }
div.DivClassName
{
background-color: #A6E914;
}
.BgClassName
{
background-color: #A6E914;
}
</style>
border-color css
<style>
span { border-color: #A6E914; }
span { border-color: rgb(166,233,20); }
td.TdClassName
{
border-color: #A6E914;
}
.TagClassName
{
border-color: #A6E914;
}
</style>