Shades of Inch Worm #A0E706
Tints of Inch Worm #A0E706
RGB
CMYK
RGB Variations
Color information
#A0E706 (or 0xA0E706) is known color: Inch Worm. HEX triplet: A0, E7 and 06. RGB value is (160,231,6). Sum of RGB (Red+Green+Blue) = 160+231+6=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 231 (90.62% from 255 or 58.19% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E706 is #5F18F9. Grayscale: #B8B8B8. Windows color (decimal): -6232314 or 452512. OLE color: 452512.
HSL color Cylindrical-coordinate representation of color #A0E706: hue angle of 78.93º 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 #A0E706 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 6 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.09 |
| HSL | 78.93º | 0.95% | 0.46% | - |
| HSV(B) | 78.93º | 0.97% | 0.91% | - |
| XYZ | 43.11 | 64.64 | 10.38 | - |
| YUV | 184.12 | 27.48 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 6 | 0.31 | 0 | 0.97 | 0.09 | 78.93 | 0.95 | 0.46 |
| Hex | A0 | E7 | 6 | 1F | 0 | 61 | 9 | 4F | 5F | 2E |
| Octal | 240 | 347 | 6 | 37 | 0 | 141 | 11 | 117 | 137 | 56 |
| Binary | 10100000 | 11100111 | 110 | 11111 | 0 | 1100001 | 1001 | 1001111 | 1011111 | 101110 |
Color Harmonies of #A0E706
Complementary color
Monochromatic Colors of #A0E706
Black with #A0E706
Text Example
Text Example
White with #A0E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E706; }
p { color: rgb(160,231,6); }
H1.HeaderClassName
{
color: #A0E706;
}
.AnyTagClassName
{
color: #A0E706;
}
</style>
background-color css
<style>
a { background-color: #A0E706; }
a { background-color: rgb(160,231,6); }
div.DivClassName
{
background-color: #A0E706;
}
.BgClassName
{
background-color: #A0E706;
}
</style>
border-color css
<style>
span { border-color: #A0E706; }
span { border-color: rgb(160,231,6); }
td.TdClassName
{
border-color: #A0E706;
}
.TagClassName
{
border-color: #A0E706;
}
</style>