Shades of Inch Worm #A1E421
Tints of Inch Worm #A1E421
RGB
CMYK
RGB Variations
Color information
#A1E421 (or 0xA1E421) is known color: Inch Worm. HEX triplet: A1, E4 and 21. RGB value is (161,228,33). Sum of RGB (Red+Green+Blue) = 161+228+33=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E421 is #5E1BDE. Grayscale: #BABABA. Windows color (decimal): -6167519 or 2221217. OLE color: 2221217.
HSL color Cylindrical-coordinate representation of color #A1E421: hue angle of 80.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1E421 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 33 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.11 |
| HSL | 80.62º | 0.78% | 0.51% | - |
| HSV(B) | 80.62º | 0.86% | 0.89% | - |
| XYZ | 42.72 | 63.17 | 11.38 | - |
| YUV | 185.74 | 41.8 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 33 | 0.29 | 0 | 0.86 | 0.11 | 80.62 | 0.78 | 0.51 |
| Hex | A1 | E4 | 21 | 1D | 0 | 56 | B | 51 | 4E | 33 |
| Octal | 241 | 344 | 41 | 35 | 0 | 126 | 13 | 121 | 116 | 63 |
| Binary | 10100001 | 11100100 | 100001 | 11101 | 0 | 1010110 | 1011 | 1010001 | 1001110 | 110011 |
Color Harmonies of #A1E421
Complementary color
Monochromatic Colors of #A1E421
Black with #A1E421
Text Example
Text Example
White with #A1E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E421; }
p { color: rgb(161,228,33); }
H1.HeaderClassName
{
color: #A1E421;
}
.AnyTagClassName
{
color: #A1E421;
}
</style>
background-color css
<style>
a { background-color: #A1E421; }
a { background-color: rgb(161,228,33); }
div.DivClassName
{
background-color: #A1E421;
}
.BgClassName
{
background-color: #A1E421;
}
</style>
border-color css
<style>
span { border-color: #A1E421; }
span { border-color: rgb(161,228,33); }
td.TdClassName
{
border-color: #A1E421;
}
.TagClassName
{
border-color: #A1E421;
}
</style>