Shades of Inch Worm #A0F114
Tints of Inch Worm #A0F114
RGB
CMYK
RGB Variations
Color information
#A0F114 (or 0xA0F114) is known color: Inch Worm. HEX triplet: A0, F1 and 14. RGB value is (160,241,20). Sum of RGB (Red+Green+Blue) = 160+241+20=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0F114 is #5F0EEB. Grayscale: #C0C0C0. Windows color (decimal): -6229740 or 1372576. OLE color: 1372576.
HSL color Cylindrical-coordinate representation of color #A0F114: hue angle of 81.99º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0F114 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 20 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.05 |
| HSL | 81.99º | 0.89% | 0.51% | - |
| HSV(B) | 81.99º | 0.92% | 0.95% | - |
| XYZ | 46.08 | 70.43 | 11.83 | - |
| YUV | 191.59 | 31.16 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 20 | 0.34 | 0 | 0.92 | 0.05 | 81.99 | 0.89 | 0.51 |
| Hex | A0 | F1 | 14 | 22 | 0 | 5C | 5 | 52 | 59 | 33 |
| Octal | 240 | 361 | 24 | 42 | 0 | 134 | 5 | 122 | 131 | 63 |
| Binary | 10100000 | 11110001 | 10100 | 100010 | 0 | 1011100 | 101 | 1010010 | 1011001 | 110011 |
Color Harmonies of #A0F114
Complementary color
Monochromatic Colors of #A0F114
Black with #A0F114
Text Example
Text Example
White with #A0F114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F114; }
p { color: rgb(160,241,20); }
H1.HeaderClassName
{
color: #A0F114;
}
.AnyTagClassName
{
color: #A0F114;
}
</style>
background-color css
<style>
a { background-color: #A0F114; }
a { background-color: rgb(160,241,20); }
div.DivClassName
{
background-color: #A0F114;
}
.BgClassName
{
background-color: #A0F114;
}
</style>
border-color css
<style>
span { border-color: #A0F114; }
span { border-color: rgb(160,241,20); }
td.TdClassName
{
border-color: #A0F114;
}
.TagClassName
{
border-color: #A0F114;
}
</style>