Shades of Inch Worm #A0E321
Tints of Inch Worm #A0E321
RGB
CMYK
RGB Variations
Color information
#A0E321 (or 0xA0E321) is known color: Inch Worm. HEX triplet: A0, E3 and 21. RGB value is (160,227,33). Sum of RGB (Red+Green+Blue) = 160+227+33=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E321 is #5F1CDE. Grayscale: #B9B9B9. Windows color (decimal): -6233311 or 2220960. OLE color: 2220960.
HSL color Cylindrical-coordinate representation of color #A0E321: hue angle of 80.72º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0E321 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 33 | - |
| CMYK | 0.30 | 0 | 0.85 | 0.11 |
| HSL | 80.72º | 0.78% | 0.51% | - |
| HSV(B) | 80.72º | 0.85% | 0.89% | - |
| XYZ | 42.24 | 62.52 | 11.28 | - |
| YUV | 184.85 | 42.3 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 33 | 0.30 | 0 | 0.85 | 0.11 | 80.72 | 0.78 | 0.51 |
| Hex | A0 | E3 | 21 | 1E | 0 | 55 | B | 51 | 4E | 33 |
| Octal | 240 | 343 | 41 | 36 | 0 | 125 | 13 | 121 | 116 | 63 |
| Binary | 10100000 | 11100011 | 100001 | 11110 | 0 | 1010101 | 1011 | 1010001 | 1001110 | 110011 |
Color Harmonies of #A0E321
Complementary color
Monochromatic Colors of #A0E321
Black with #A0E321
Text Example
Text Example
White with #A0E321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E321; }
p { color: rgb(160,227,33); }
H1.HeaderClassName
{
color: #A0E321;
}
.AnyTagClassName
{
color: #A0E321;
}
</style>
background-color css
<style>
a { background-color: #A0E321; }
a { background-color: rgb(160,227,33); }
div.DivClassName
{
background-color: #A0E321;
}
.BgClassName
{
background-color: #A0E321;
}
</style>
border-color css
<style>
span { border-color: #A0E321; }
span { border-color: rgb(160,227,33); }
td.TdClassName
{
border-color: #A0E321;
}
.TagClassName
{
border-color: #A0E321;
}
</style>