Shades of Inch Worm #A6E50F
Tints of Inch Worm #A6E50F
RGB
CMYK
RGB Variations
Color information
#A6E50F (or 0xA6E50F) is known color: Inch Worm. HEX triplet: A6, E5 and 0F. RGB value is (166,229,15). Sum of RGB (Red+Green+Blue) = 166+229+15=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 229 (89.84% from 255 or 55.85% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6E50F is #591AF0. Grayscale: #BABABA. Windows color (decimal): -5839601 or 1041830. OLE color: 1041830.
HSL color Cylindrical-coordinate representation of color #A6E50F: hue angle of 77.66º 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 #A6E50F is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 15 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.10 |
| HSL | 77.66º | 0.88% | 0.48% | - |
| HSV(B) | 77.66º | 0.93% | 0.9% | - |
| XYZ | 43.83 | 64.18 | 10.53 | - |
| YUV | 185.77 | 31.63 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 15 | 0.28 | 0 | 0.93 | 0.10 | 77.66 | 0.88 | 0.48 |
| Hex | A6 | E5 | F | 1C | 0 | 5D | A | 4E | 58 | 30 |
| Octal | 246 | 345 | 17 | 34 | 0 | 135 | 12 | 116 | 130 | 60 |
| Binary | 10100110 | 11100101 | 1111 | 11100 | 0 | 1011101 | 1010 | 1001110 | 1011000 | 110000 |
Color Harmonies of #A6E50F
Complementary color
Monochromatic Colors of #A6E50F
Black with #A6E50F
Text Example
Text Example
White with #A6E50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E50F; }
p { color: rgb(166,229,15); }
H1.HeaderClassName
{
color: #A6E50F;
}
.AnyTagClassName
{
color: #A6E50F;
}
</style>
background-color css
<style>
a { background-color: #A6E50F; }
a { background-color: rgb(166,229,15); }
div.DivClassName
{
background-color: #A6E50F;
}
.BgClassName
{
background-color: #A6E50F;
}
</style>
border-color css
<style>
span { border-color: #A6E50F; }
span { border-color: rgb(166,229,15); }
td.TdClassName
{
border-color: #A6E50F;
}
.TagClassName
{
border-color: #A6E50F;
}
</style>