Shades of Inch Worm #A1E503
Tints of Inch Worm #A1E503
RGB
CMYK
RGB Variations
Color information
#A1E503 (or 0xA1E503) is known color: Inch Worm. HEX triplet: A1, E5 and 03. RGB value is (161,229,3). Sum of RGB (Red+Green+Blue) = 161+229+3=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 229 (89.84% from 255 or 58.27% from 393); Blue value is 3 (1.56% from 255 or 0.76% from 393); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E503 is #5E1AFC. Grayscale: #B7B7B7. Windows color (decimal): -6167293 or 255393. OLE color: 255393.
HSL color Cylindrical-coordinate representation of color #A1E503: hue angle of 78.05º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1E503 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 3 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.10 |
| HSL | 78.05º | 0.97% | 0.45% | - |
| HSV(B) | 78.05º | 0.99% | 0.9% | - |
| XYZ | 42.73 | 63.62 | 10.11 | - |
| YUV | 182.9 | 26.47 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 3 | 0.30 | 0 | 0.99 | 0.10 | 78.05 | 0.97 | 0.45 |
| Hex | A1 | E5 | 3 | 1E | 0 | 63 | A | 4E | 61 | 2D |
| Octal | 241 | 345 | 3 | 36 | 0 | 143 | 12 | 116 | 141 | 55 |
| Binary | 10100001 | 11100101 | 11 | 11110 | 0 | 1100011 | 1010 | 1001110 | 1100001 | 101101 |
Color Harmonies of #A1E503
Complementary color
Monochromatic Colors of #A1E503
Black with #A1E503
Text Example
Text Example
White with #A1E503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E503; }
p { color: rgb(161,229,3); }
H1.HeaderClassName
{
color: #A1E503;
}
.AnyTagClassName
{
color: #A1E503;
}
</style>
background-color css
<style>
a { background-color: #A1E503; }
a { background-color: rgb(161,229,3); }
div.DivClassName
{
background-color: #A1E503;
}
.BgClassName
{
background-color: #A1E503;
}
</style>
border-color css
<style>
span { border-color: #A1E503; }
span { border-color: rgb(161,229,3); }
td.TdClassName
{
border-color: #A1E503;
}
.TagClassName
{
border-color: #A1E503;
}
</style>