Shades of Inch Worm #A6EA18
Tints of Inch Worm #A6EA18
RGB
CMYK
RGB Variations
Color information
#A6EA18 (or 0xA6EA18) is known color: Inch Worm. HEX triplet: A6, EA and 18. RGB value is (166,234,24). Sum of RGB (Red+Green+Blue) = 166+234+24=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 234 (91.80% from 255 or 55.19% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6EA18 is #5915E7. Grayscale: #BEBEBE. Windows color (decimal): -5838312 or 1632934. OLE color: 1632934.
HSL color Cylindrical-coordinate representation of color #A6EA18: hue angle of 79.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6EA18 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 24 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.08 |
| HSL | 79.43º | 0.83% | 0.51% | - |
| HSV(B) | 79.43º | 0.9% | 0.92% | - |
| XYZ | 45.31 | 67.02 | 11.41 | - |
| YUV | 189.73 | 34.47 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 24 | 0.29 | 0 | 0.90 | 0.08 | 79.43 | 0.83 | 0.51 |
| Hex | A6 | EA | 18 | 1D | 0 | 5A | 8 | 4F | 53 | 33 |
| Octal | 246 | 352 | 30 | 35 | 0 | 132 | 10 | 117 | 123 | 63 |
| Binary | 10100110 | 11101010 | 11000 | 11101 | 0 | 1011010 | 1000 | 1001111 | 1010011 | 110011 |
Color Harmonies of #A6EA18
Complementary color
Monochromatic Colors of #A6EA18
Black with #A6EA18
Text Example
Text Example
White with #A6EA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EA18; }
p { color: rgb(166,234,24); }
H1.HeaderClassName
{
color: #A6EA18;
}
.AnyTagClassName
{
color: #A6EA18;
}
</style>
background-color css
<style>
a { background-color: #A6EA18; }
a { background-color: rgb(166,234,24); }
div.DivClassName
{
background-color: #A6EA18;
}
.BgClassName
{
background-color: #A6EA18;
}
</style>
border-color css
<style>
span { border-color: #A6EA18; }
span { border-color: rgb(166,234,24); }
td.TdClassName
{
border-color: #A6EA18;
}
.TagClassName
{
border-color: #A6EA18;
}
</style>