Shades of Inch Worm #A6E60F
Tints of Inch Worm #A6E60F
RGB
CMYK
RGB Variations
Color information
#A6E60F (or 0xA6E60F) is known color: Inch Worm. HEX triplet: A6, E6 and 0F. RGB value is (166,230,15). Sum of RGB (Red+Green+Blue) = 166+230+15=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 230 (90.23% from 255 or 55.96% from 411); Blue value is 15 (6.25% from 255 or 3.65% from 411); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6E60F is #5919F0. Grayscale: #BBBBBB. Windows color (decimal): -5839345 or 1042086. OLE color: 1042086.
HSL color Cylindrical-coordinate representation of color #A6E60F: hue angle of 77.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6E60F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 15 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.10 |
| HSL | 77.86º | 0.88% | 0.48% | - |
| HSV(B) | 77.86º | 0.93% | 0.9% | - |
| XYZ | 44.11 | 64.74 | 10.62 | - |
| YUV | 186.35 | 31.3 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 15 | 0.28 | 0 | 0.93 | 0.10 | 77.86 | 0.88 | 0.48 |
| Hex | A6 | E6 | F | 1C | 0 | 5D | A | 4E | 58 | 30 |
| Octal | 246 | 346 | 17 | 34 | 0 | 135 | 12 | 116 | 130 | 60 |
| Binary | 10100110 | 11100110 | 1111 | 11100 | 0 | 1011101 | 1010 | 1001110 | 1011000 | 110000 |
Color Harmonies of #A6E60F
Complementary color
Monochromatic Colors of #A6E60F
Black with #A6E60F
Text Example
Text Example
White with #A6E60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E60F; }
p { color: rgb(166,230,15); }
H1.HeaderClassName
{
color: #A6E60F;
}
.AnyTagClassName
{
color: #A6E60F;
}
</style>
background-color css
<style>
a { background-color: #A6E60F; }
a { background-color: rgb(166,230,15); }
div.DivClassName
{
background-color: #A6E60F;
}
.BgClassName
{
background-color: #A6E60F;
}
</style>
border-color css
<style>
span { border-color: #A6E60F; }
span { border-color: rgb(166,230,15); }
td.TdClassName
{
border-color: #A6E60F;
}
.TagClassName
{
border-color: #A6E60F;
}
</style>