Shades of Inch Worm #A8EC0D
Tints of Inch Worm #A8EC0D
RGB
CMYK
RGB Variations
Color information
#A8EC0D (or 0xA8EC0D) is known color: Inch Worm. HEX triplet: A8, EC and 0D. RGB value is (168,236,13). Sum of RGB (Red+Green+Blue) = 168+236+13=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8EC0D is #5713F2. Grayscale: #BFBFBF. Windows color (decimal): -5706739 or 912552. OLE color: 912552.
HSL color Cylindrical-coordinate representation of color #A8EC0D: hue angle of 78.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8EC0D is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 13 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.07 |
| HSL | 78.3º | 0.9% | 0.49% | - |
| HSV(B) | 78.3º | 0.94% | 0.93% | - |
| XYZ | 46.22 | 68.34 | 11.14 | - |
| YUV | 190.25 | 27.97 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 13 | 0.29 | 0 | 0.94 | 0.07 | 78.3 | 0.9 | 0.49 |
| Hex | A8 | EC | D | 1D | 0 | 5E | 7 | 4E | 5A | 31 |
| Octal | 250 | 354 | 15 | 35 | 0 | 136 | 7 | 116 | 132 | 61 |
| Binary | 10101000 | 11101100 | 1101 | 11101 | 0 | 1011110 | 111 | 1001110 | 1011010 | 110001 |
Color Harmonies of #A8EC0D
Complementary color
Monochromatic Colors of #A8EC0D
Black with #A8EC0D
Text Example
Text Example
White with #A8EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC0D; }
p { color: rgb(168,236,13); }
H1.HeaderClassName
{
color: #A8EC0D;
}
.AnyTagClassName
{
color: #A8EC0D;
}
</style>
background-color css
<style>
a { background-color: #A8EC0D; }
a { background-color: rgb(168,236,13); }
div.DivClassName
{
background-color: #A8EC0D;
}
.BgClassName
{
background-color: #A8EC0D;
}
</style>
border-color css
<style>
span { border-color: #A8EC0D; }
span { border-color: rgb(168,236,13); }
td.TdClassName
{
border-color: #A8EC0D;
}
.TagClassName
{
border-color: #A8EC0D;
}
</style>