Shades of Inch Worm #A0EF1D
Tints of Inch Worm #A0EF1D
RGB
CMYK
RGB Variations
Color information
#A0EF1D (or 0xA0EF1D) is known color: Inch Worm. HEX triplet: A0, EF and 1D. RGB value is (160,239,29). Sum of RGB (Red+Green+Blue) = 160+239+29=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 239 (93.75% from 255 or 55.84% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EF1D is #5F10E2. Grayscale: #C0C0C0. Windows color (decimal): -6230243 or 1961888. OLE color: 1961888.
HSL color Cylindrical-coordinate representation of color #A0EF1D: hue angle of 82.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0EF1D is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 29 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.06 |
| HSL | 82.57º | 0.87% | 0.53% | - |
| HSV(B) | 82.57º | 0.88% | 0.94% | - |
| XYZ | 45.59 | 69.3 | 12.14 | - |
| YUV | 191.44 | 36.33 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 29 | 0.33 | 0 | 0.88 | 0.06 | 82.57 | 0.87 | 0.53 |
| Hex | A0 | EF | 1D | 21 | 0 | 58 | 6 | 53 | 57 | 35 |
| Octal | 240 | 357 | 35 | 41 | 0 | 130 | 6 | 123 | 127 | 65 |
| Binary | 10100000 | 11101111 | 11101 | 100001 | 0 | 1011000 | 110 | 1010011 | 1010111 | 110101 |
Color Harmonies of #A0EF1D
Complementary color
Monochromatic Colors of #A0EF1D
Black with #A0EF1D
Text Example
Text Example
White with #A0EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF1D; }
p { color: rgb(160,239,29); }
H1.HeaderClassName
{
color: #A0EF1D;
}
.AnyTagClassName
{
color: #A0EF1D;
}
</style>
background-color css
<style>
a { background-color: #A0EF1D; }
a { background-color: rgb(160,239,29); }
div.DivClassName
{
background-color: #A0EF1D;
}
.BgClassName
{
background-color: #A0EF1D;
}
</style>
border-color css
<style>
span { border-color: #A0EF1D; }
span { border-color: rgb(160,239,29); }
td.TdClassName
{
border-color: #A0EF1D;
}
.TagClassName
{
border-color: #A0EF1D;
}
</style>