Shades of Inch Worm #A0E21C
Tints of Inch Worm #A0E21C
RGB
CMYK
RGB Variations
Color information
#A0E21C (or 0xA0E21C) is known color: Inch Worm. HEX triplet: A0, E2 and 1C. RGB value is (160,226,28). Sum of RGB (Red+Green+Blue) = 160+226+28=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 226 (88.67% from 255 or 54.59% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E21C is #5F1DE3. Grayscale: #B8B8B8. Windows color (decimal): -6233572 or 1893024. OLE color: 1893024.
HSL color Cylindrical-coordinate representation of color #A0E21C: hue angle of 80º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0E21C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 28 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.11 |
| HSL | 80º | 0.78% | 0.5% | - |
| HSV(B) | 80º | 0.88% | 0.89% | - |
| XYZ | 41.9 | 61.95 | 10.85 | - |
| YUV | 183.69 | 40.13 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 28 | 0.29 | 0 | 0.88 | 0.11 | 80 | 0.78 | 0.5 |
| Hex | A0 | E2 | 1C | 1D | 0 | 58 | B | 50 | 4E | 32 |
| Octal | 240 | 342 | 34 | 35 | 0 | 130 | 13 | 120 | 116 | 62 |
| Binary | 10100000 | 11100010 | 11100 | 11101 | 0 | 1011000 | 1011 | 1010000 | 1001110 | 110010 |
Color Harmonies of #A0E21C
Complementary color
Monochromatic Colors of #A0E21C
Black with #A0E21C
Text Example
Text Example
White with #A0E21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E21C; }
p { color: rgb(160,226,28); }
H1.HeaderClassName
{
color: #A0E21C;
}
.AnyTagClassName
{
color: #A0E21C;
}
</style>
background-color css
<style>
a { background-color: #A0E21C; }
a { background-color: rgb(160,226,28); }
div.DivClassName
{
background-color: #A0E21C;
}
.BgClassName
{
background-color: #A0E21C;
}
</style>
border-color css
<style>
span { border-color: #A0E21C; }
span { border-color: rgb(160,226,28); }
td.TdClassName
{
border-color: #A0E21C;
}
.TagClassName
{
border-color: #A0E21C;
}
</style>