Shades of Inch Worm #A0EE1C
Tints of Inch Worm #A0EE1C
RGB
CMYK
RGB Variations
Color information
#A0EE1C (or 0xA0EE1C) is known color: Inch Worm. HEX triplet: A0, EE and 1C. RGB value is (160,238,28). Sum of RGB (Red+Green+Blue) = 160+238+28=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 238 (93.36% from 255 or 55.87% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EE1C is #5F11E3. Grayscale: #BFBFBF. Windows color (decimal): -6230500 or 1896096. OLE color: 1896096.
HSL color Cylindrical-coordinate representation of color #A0EE1C: hue angle of 82.29º degrees, saturation: 0.86, 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 #A0EE1C is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 28 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.07 |
| HSL | 82.29º | 0.86% | 0.52% | - |
| HSV(B) | 82.29º | 0.88% | 0.93% | - |
| XYZ | 45.28 | 68.71 | 11.97 | - |
| YUV | 190.74 | 36.16 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 28 | 0.33 | 0 | 0.88 | 0.07 | 82.29 | 0.86 | 0.52 |
| Hex | A0 | EE | 1C | 21 | 0 | 58 | 7 | 52 | 56 | 34 |
| Octal | 240 | 356 | 34 | 41 | 0 | 130 | 7 | 122 | 126 | 64 |
| Binary | 10100000 | 11101110 | 11100 | 100001 | 0 | 1011000 | 111 | 1010010 | 1010110 | 110100 |
Color Harmonies of #A0EE1C
Complementary color
Monochromatic Colors of #A0EE1C
Black with #A0EE1C
Text Example
Text Example
White with #A0EE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE1C; }
p { color: rgb(160,238,28); }
H1.HeaderClassName
{
color: #A0EE1C;
}
.AnyTagClassName
{
color: #A0EE1C;
}
</style>
background-color css
<style>
a { background-color: #A0EE1C; }
a { background-color: rgb(160,238,28); }
div.DivClassName
{
background-color: #A0EE1C;
}
.BgClassName
{
background-color: #A0EE1C;
}
</style>
border-color css
<style>
span { border-color: #A0EE1C; }
span { border-color: rgb(160,238,28); }
td.TdClassName
{
border-color: #A0EE1C;
}
.TagClassName
{
border-color: #A0EE1C;
}
</style>