Shades of Inch Worm #A6E912
Tints of Inch Worm #A6E912
RGB
CMYK
RGB Variations
Color information
#A6E912 (or 0xA6E912) is known color: Inch Worm. HEX triplet: A6, E9 and 12. RGB value is (166,233,18). Sum of RGB (Red+Green+Blue) = 166+233+18=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 233 (91.41% from 255 or 55.88% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6E912 is #5916ED. Grayscale: #BDBDBD. Windows color (decimal): -5838574 or 1239462. OLE color: 1239462.
HSL color Cylindrical-coordinate representation of color #A6E912: hue angle of 78.7º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6E912 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 18 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.09 |
| HSL | 78.7º | 0.86% | 0.49% | - |
| HSV(B) | 78.7º | 0.92% | 0.91% | - |
| XYZ | 44.97 | 66.43 | 11.02 | - |
| YUV | 188.46 | 31.8 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 18 | 0.29 | 0 | 0.92 | 0.09 | 78.7 | 0.86 | 0.49 |
| Hex | A6 | E9 | 12 | 1D | 0 | 5C | 9 | 4F | 56 | 31 |
| Octal | 246 | 351 | 22 | 35 | 0 | 134 | 11 | 117 | 126 | 61 |
| Binary | 10100110 | 11101001 | 10010 | 11101 | 0 | 1011100 | 1001 | 1001111 | 1010110 | 110001 |
Color Harmonies of #A6E912
Complementary color
Monochromatic Colors of #A6E912
Black with #A6E912
Text Example
Text Example
White with #A6E912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E912; }
p { color: rgb(166,233,18); }
H1.HeaderClassName
{
color: #A6E912;
}
.AnyTagClassName
{
color: #A6E912;
}
</style>
background-color css
<style>
a { background-color: #A6E912; }
a { background-color: rgb(166,233,18); }
div.DivClassName
{
background-color: #A6E912;
}
.BgClassName
{
background-color: #A6E912;
}
</style>
border-color css
<style>
span { border-color: #A6E912; }
span { border-color: rgb(166,233,18); }
td.TdClassName
{
border-color: #A6E912;
}
.TagClassName
{
border-color: #A6E912;
}
</style>