Shades of Inch Worm #A1E326
Tints of Inch Worm #A1E326
RGB
CMYK
RGB Variations
Color information
#A1E326 (or 0xA1E326) is known color: Inch Worm. HEX triplet: A1, E3 and 26. RGB value is (161,227,38). Sum of RGB (Red+Green+Blue) = 161+227+38=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 227 (89.06% from 255 or 53.29% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E326 is #5E1CD9. Grayscale: #BABABA. Windows color (decimal): -6167770 or 2548641. OLE color: 2548641.
HSL color Cylindrical-coordinate representation of color #A1E326: hue angle of 80.95º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1E326 is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 38 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.11 |
| HSL | 80.95º | 0.77% | 0.52% | - |
| HSV(B) | 80.95º | 0.83% | 0.89% | - |
| XYZ | 42.52 | 62.66 | 11.69 | - |
| YUV | 185.72 | 44.63 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 38 | 0.29 | 0 | 0.83 | 0.11 | 80.95 | 0.77 | 0.52 |
| Hex | A1 | E3 | 26 | 1D | 0 | 53 | B | 51 | 4D | 34 |
| Octal | 241 | 343 | 46 | 35 | 0 | 123 | 13 | 121 | 115 | 64 |
| Binary | 10100001 | 11100011 | 100110 | 11101 | 0 | 1010011 | 1011 | 1010001 | 1001101 | 110100 |
Color Harmonies of #A1E326
Complementary color
Monochromatic Colors of #A1E326
Black with #A1E326
Text Example
Text Example
White with #A1E326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E326; }
p { color: rgb(161,227,38); }
H1.HeaderClassName
{
color: #A1E326;
}
.AnyTagClassName
{
color: #A1E326;
}
</style>
background-color css
<style>
a { background-color: #A1E326; }
a { background-color: rgb(161,227,38); }
div.DivClassName
{
background-color: #A1E326;
}
.BgClassName
{
background-color: #A1E326;
}
</style>
border-color css
<style>
span { border-color: #A1E326; }
span { border-color: rgb(161,227,38); }
td.TdClassName
{
border-color: #A1E326;
}
.TagClassName
{
border-color: #A1E326;
}
</style>