Shades of Inch Worm #A0E121
Tints of Inch Worm #A0E121
RGB
CMYK
RGB Variations
Color information
#A0E121 (or 0xA0E121) is known color: Inch Worm. HEX triplet: A0, E1 and 21. RGB value is (160,225,33). Sum of RGB (Red+Green+Blue) = 160+225+33=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 225 (88.28% from 255 or 53.83% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E121 is #5F1EDE. Grayscale: #B8B8B8. Windows color (decimal): -6233823 or 2220448. OLE color: 2220448.
HSL color Cylindrical-coordinate representation of color #A0E121: hue angle of 80.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0E121 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 33 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.12 |
| HSL | 80.31º | 0.76% | 0.51% | - |
| HSV(B) | 80.31º | 0.85% | 0.88% | - |
| XYZ | 41.7 | 61.43 | 11.1 | - |
| YUV | 183.68 | 42.97 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 33 | 0.29 | 0 | 0.85 | 0.12 | 80.31 | 0.76 | 0.51 |
| Hex | A0 | E1 | 21 | 1D | 0 | 55 | C | 50 | 4C | 33 |
| Octal | 240 | 341 | 41 | 35 | 0 | 125 | 14 | 120 | 114 | 63 |
| Binary | 10100000 | 11100001 | 100001 | 11101 | 0 | 1010101 | 1100 | 1010000 | 1001100 | 110011 |
Color Harmonies of #A0E121
Complementary color
Monochromatic Colors of #A0E121
Black with #A0E121
Text Example
Text Example
White with #A0E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E121; }
p { color: rgb(160,225,33); }
H1.HeaderClassName
{
color: #A0E121;
}
.AnyTagClassName
{
color: #A0E121;
}
</style>
background-color css
<style>
a { background-color: #A0E121; }
a { background-color: rgb(160,225,33); }
div.DivClassName
{
background-color: #A0E121;
}
.BgClassName
{
background-color: #A0E121;
}
</style>
border-color css
<style>
span { border-color: #A0E121; }
span { border-color: rgb(160,225,33); }
td.TdClassName
{
border-color: #A0E121;
}
.TagClassName
{
border-color: #A0E121;
}
</style>