Shades of Inch Worm #A6F218
Tints of Inch Worm #A6F218
RGB
CMYK
RGB Variations
Color information
#A6F218 (or 0xA6F218) is known color: Inch Worm. HEX triplet: A6, F2 and 18. RGB value is (166,242,24). Sum of RGB (Red+Green+Blue) = 166+242+24=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F218 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F218 is #590DE7. Grayscale: #C3C3C3. Windows color (decimal): -5836264 or 1634982. OLE color: 1634982.
HSL color Cylindrical-coordinate representation of color #A6F218: hue angle of 80.92º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6F218 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 24 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.05 |
| HSL | 80.92º | 0.89% | 0.52% | - |
| HSV(B) | 80.92º | 0.9% | 0.95% | - |
| XYZ | 47.64 | 71.68 | 12.19 | - |
| YUV | 194.42 | 31.82 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 24 | 0.31 | 0 | 0.90 | 0.05 | 80.92 | 0.89 | 0.52 |
| Hex | A6 | F2 | 18 | 1F | 0 | 5A | 5 | 51 | 59 | 34 |
| Octal | 246 | 362 | 30 | 37 | 0 | 132 | 5 | 121 | 131 | 64 |
| Binary | 10100110 | 11110010 | 11000 | 11111 | 0 | 1011010 | 101 | 1010001 | 1011001 | 110100 |
Color Harmonies of #A6F218
Complementary color
Monochromatic Colors of #A6F218
Black with #A6F218
Text Example
Text Example
White with #A6F218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F218; }
p { color: rgb(166,242,24); }
H1.HeaderClassName
{
color: #A6F218;
}
.AnyTagClassName
{
color: #A6F218;
}
</style>
background-color css
<style>
a { background-color: #A6F218; }
a { background-color: rgb(166,242,24); }
div.DivClassName
{
background-color: #A6F218;
}
.BgClassName
{
background-color: #A6F218;
}
</style>
border-color css
<style>
span { border-color: #A6F218; }
span { border-color: rgb(166,242,24); }
td.TdClassName
{
border-color: #A6F218;
}
.TagClassName
{
border-color: #A6F218;
}
</style>