Shades of Inch Worm #A1E406
Tints of Inch Worm #A1E406
RGB
CMYK
RGB Variations
Color information
#A1E406 (or 0xA1E406) is known color: Inch Worm. HEX triplet: A1, E4 and 06. RGB value is (161,228,6). Sum of RGB (Red+Green+Blue) = 161+228+6=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 228 (89.45% from 255 or 57.72% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E406 is #5E1BF9. Grayscale: #B7B7B7. Windows color (decimal): -6167546 or 451745. OLE color: 451745.
HSL color Cylindrical-coordinate representation of color #A1E406: hue angle of 78.11º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1E406 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 6 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.11 |
| HSL | 78.11º | 0.95% | 0.46% | - |
| HSV(B) | 78.11º | 0.97% | 0.89% | - |
| XYZ | 42.47 | 63.08 | 10.11 | - |
| YUV | 182.66 | 28.3 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 6 | 0.29 | 0 | 0.97 | 0.11 | 78.11 | 0.95 | 0.46 |
| Hex | A1 | E4 | 6 | 1D | 0 | 61 | B | 4E | 5F | 2E |
| Octal | 241 | 344 | 6 | 35 | 0 | 141 | 13 | 116 | 137 | 56 |
| Binary | 10100001 | 11100100 | 110 | 11101 | 0 | 1100001 | 1011 | 1001110 | 1011111 | 101110 |
Color Harmonies of #A1E406
Complementary color
Monochromatic Colors of #A1E406
Black with #A1E406
Text Example
Text Example
White with #A1E406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E406; }
p { color: rgb(161,228,6); }
H1.HeaderClassName
{
color: #A1E406;
}
.AnyTagClassName
{
color: #A1E406;
}
</style>
background-color css
<style>
a { background-color: #A1E406; }
a { background-color: rgb(161,228,6); }
div.DivClassName
{
background-color: #A1E406;
}
.BgClassName
{
background-color: #A1E406;
}
</style>
border-color css
<style>
span { border-color: #A1E406; }
span { border-color: rgb(161,228,6); }
td.TdClassName
{
border-color: #A1E406;
}
.TagClassName
{
border-color: #A1E406;
}
</style>