Shades of Inch Worm #A8EC1D
Tints of Inch Worm #A8EC1D
RGB
CMYK
RGB Variations
Color information
#A8EC1D (or 0xA8EC1D) is known color: Inch Worm. HEX triplet: A8, EC and 1D. RGB value is (168,236,29). Sum of RGB (Red+Green+Blue) = 168+236+29=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #A8EC1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EC1D is #5713E2. Grayscale: #C0C0C0. Windows color (decimal): -5706723 or 1961128. OLE color: 1961128.
HSL color Cylindrical-coordinate representation of color #A8EC1D: hue angle of 79.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8EC1D is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 29 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.07 |
| HSL | 79.71º | 0.84% | 0.52% | - |
| HSV(B) | 79.71º | 0.88% | 0.93% | - |
| XYZ | 46.37 | 68.4 | 11.92 | - |
| YUV | 192.07 | 35.97 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 29 | 0.29 | 0 | 0.88 | 0.07 | 79.71 | 0.84 | 0.52 |
| Hex | A8 | EC | 1D | 1D | 0 | 58 | 7 | 50 | 54 | 34 |
| Octal | 250 | 354 | 35 | 35 | 0 | 130 | 7 | 120 | 124 | 64 |
| Binary | 10101000 | 11101100 | 11101 | 11101 | 0 | 1011000 | 111 | 1010000 | 1010100 | 110100 |
Color Harmonies of #A8EC1D
Complementary color
Monochromatic Colors of #A8EC1D
Black with #A8EC1D
Text Example
Text Example
White with #A8EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EC1D; }
p { color: rgb(168,236,29); }
H1.HeaderClassName
{
color: #A8EC1D;
}
.AnyTagClassName
{
color: #A8EC1D;
}
</style>
background-color css
<style>
a { background-color: #A8EC1D; }
a { background-color: rgb(168,236,29); }
div.DivClassName
{
background-color: #A8EC1D;
}
.BgClassName
{
background-color: #A8EC1D;
}
</style>
border-color css
<style>
span { border-color: #A8EC1D; }
span { border-color: rgb(168,236,29); }
td.TdClassName
{
border-color: #A8EC1D;
}
.TagClassName
{
border-color: #A8EC1D;
}
</style>