Shades of Inch Worm #A1E301
Tints of Inch Worm #A1E301
RGB
CMYK
RGB Variations
Color information
#A1E301 (or 0xA1E301) is known color: Inch Worm. HEX triplet: A1, E3 and 01. RGB value is (161,227,1). Sum of RGB (Red+Green+Blue) = 161+227+1=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 227 (89.06% from 255 or 58.35% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E301 is #5E1CFE. Grayscale: #B6B6B6. Windows color (decimal): -6167807 or 123809. OLE color: 123809.
HSL color Cylindrical-coordinate representation of color #A1E301: hue angle of 77.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1E301 is Cyan = 0.29, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 1 | - |
| CMYK | 0.29 | 0 | 1.00 | 0.11 |
| HSL | 77.52º | 0.99% | 0.45% | - |
| HSV(B) | 77.52º | 1% | 0.89% | - |
| XYZ | 42.17 | 62.52 | 9.87 | - |
| YUV | 181.5 | 26.13 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 1 | 0.29 | 0 | 1.00 | 0.11 | 77.52 | 0.99 | 0.45 |
| Hex | A1 | E3 | 1 | 1D | 0 | 64 | B | 4E | 63 | 2D |
| Octal | 241 | 343 | 1 | 35 | 0 | 144 | 13 | 116 | 143 | 55 |
| Binary | 10100001 | 11100011 | 1 | 11101 | 0 | 1100100 | 1011 | 1001110 | 1100011 | 101101 |
Color Harmonies of #A1E301
Complementary color
Monochromatic Colors of #A1E301
Black with #A1E301
Text Example
Text Example
White with #A1E301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E301; }
p { color: rgb(161,227,1); }
H1.HeaderClassName
{
color: #A1E301;
}
.AnyTagClassName
{
color: #A1E301;
}
</style>
background-color css
<style>
a { background-color: #A1E301; }
a { background-color: rgb(161,227,1); }
div.DivClassName
{
background-color: #A1E301;
}
.BgClassName
{
background-color: #A1E301;
}
</style>
border-color css
<style>
span { border-color: #A1E301; }
span { border-color: rgb(161,227,1); }
td.TdClassName
{
border-color: #A1E301;
}
.TagClassName
{
border-color: #A1E301;
}
</style>