Shades of Inch Worm #A1E405
Tints of Inch Worm #A1E405
RGB
CMYK
RGB Variations
Color information
#A1E405 (or 0xA1E405) is known color: Inch Worm. HEX triplet: A1, E4 and 05. RGB value is (161,228,5). Sum of RGB (Red+Green+Blue) = 161+228+5=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 228 (89.45% from 255 or 57.87% from 394); Blue value is 5 (2.34% from 255 or 1.27% from 394); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E405 is #5E1BFA. Grayscale: #B7B7B7. Windows color (decimal): -6167547 or 386209. OLE color: 386209.
HSL color Cylindrical-coordinate representation of color #A1E405: hue angle of 78.03º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1E405 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.11 |
| HSL | 78.03º | 0.96% | 0.46% | - |
| HSV(B) | 78.03º | 0.98% | 0.89% | - |
| XYZ | 42.47 | 63.07 | 10.08 | - |
| YUV | 182.55 | 27.8 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 5 | 0.29 | 0 | 0.98 | 0.11 | 78.03 | 0.96 | 0.46 |
| Hex | A1 | E4 | 5 | 1D | 0 | 62 | B | 4E | 60 | 2E |
| Octal | 241 | 344 | 5 | 35 | 0 | 142 | 13 | 116 | 140 | 56 |
| Binary | 10100001 | 11100100 | 101 | 11101 | 0 | 1100010 | 1011 | 1001110 | 1100000 | 101110 |
Color Harmonies of #A1E405
Complementary color
Monochromatic Colors of #A1E405
Black with #A1E405
Text Example
Text Example
White with #A1E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E405; }
p { color: rgb(161,228,5); }
H1.HeaderClassName
{
color: #A1E405;
}
.AnyTagClassName
{
color: #A1E405;
}
</style>
background-color css
<style>
a { background-color: #A1E405; }
a { background-color: rgb(161,228,5); }
div.DivClassName
{
background-color: #A1E405;
}
.BgClassName
{
background-color: #A1E405;
}
</style>
border-color css
<style>
span { border-color: #A1E405; }
span { border-color: rgb(161,228,5); }
td.TdClassName
{
border-color: #A1E405;
}
.TagClassName
{
border-color: #A1E405;
}
</style>