Shades of Inch Worm #A1E706
Tints of Inch Worm #A1E706
RGB
CMYK
RGB Variations
Color information
#A1E706 (or 0xA1E706) is known color: Inch Worm. HEX triplet: A1, E7 and 06. RGB value is (161,231,6). Sum of RGB (Red+Green+Blue) = 161+231+6=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 231 (90.62% from 255 or 58.04% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1E706 is #5E18F9. Grayscale: #B9B9B9. Windows color (decimal): -6166778 or 452513. OLE color: 452513.
HSL color Cylindrical-coordinate representation of color #A1E706: hue angle of 78.67º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1E706 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.09 |
| HSL | 78.67º | 0.95% | 0.46% | - |
| HSV(B) | 78.67º | 0.97% | 0.91% | - |
| XYZ | 43.31 | 64.74 | 10.39 | - |
| YUV | 184.42 | 27.31 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 6 | 0.30 | 0 | 0.97 | 0.09 | 78.67 | 0.95 | 0.46 |
| Hex | A1 | E7 | 6 | 1E | 0 | 61 | 9 | 4F | 5F | 2E |
| Octal | 241 | 347 | 6 | 36 | 0 | 141 | 11 | 117 | 137 | 56 |
| Binary | 10100001 | 11100111 | 110 | 11110 | 0 | 1100001 | 1001 | 1001111 | 1011111 | 101110 |
Color Harmonies of #A1E706
Complementary color
Monochromatic Colors of #A1E706
Black with #A1E706
Text Example
Text Example
White with #A1E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E706; }
p { color: rgb(161,231,6); }
H1.HeaderClassName
{
color: #A1E706;
}
.AnyTagClassName
{
color: #A1E706;
}
</style>
background-color css
<style>
a { background-color: #A1E706; }
a { background-color: rgb(161,231,6); }
div.DivClassName
{
background-color: #A1E706;
}
.BgClassName
{
background-color: #A1E706;
}
</style>
border-color css
<style>
span { border-color: #A1E706; }
span { border-color: rgb(161,231,6); }
td.TdClassName
{
border-color: #A1E706;
}
.TagClassName
{
border-color: #A1E706;
}
</style>