Shades of Inch Worm #A0F01C
Tints of Inch Worm #A0F01C
RGB
CMYK
RGB Variations
Color information
#A0F01C (or 0xA0F01C) is known color: Inch Worm. HEX triplet: A0, F0 and 1C. RGB value is (160,240,28). Sum of RGB (Red+Green+Blue) = 160+240+28=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 240 (94.14% from 255 or 56.07% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F01C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F01C is #5F0FE3. Grayscale: #C0C0C0. Windows color (decimal): -6229988 or 1896608. OLE color: 1896608.
HSL color Cylindrical-coordinate representation of color #A0F01C: hue angle of 82.64º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0F01C is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 28 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.06 |
| HSL | 82.64º | 0.88% | 0.53% | - |
| HSV(B) | 82.64º | 0.88% | 0.94% | - |
| XYZ | 45.87 | 69.88 | 12.17 | - |
| YUV | 191.91 | 35.5 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 28 | 0.33 | 0 | 0.88 | 0.06 | 82.64 | 0.88 | 0.53 |
| Hex | A0 | F0 | 1C | 21 | 0 | 58 | 6 | 53 | 58 | 35 |
| Octal | 240 | 360 | 34 | 41 | 0 | 130 | 6 | 123 | 130 | 65 |
| Binary | 10100000 | 11110000 | 11100 | 100001 | 0 | 1011000 | 110 | 1010011 | 1011000 | 110101 |
Color Harmonies of #A0F01C
Complementary color
Monochromatic Colors of #A0F01C
Black with #A0F01C
Text Example
Text Example
White with #A0F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F01C; }
p { color: rgb(160,240,28); }
H1.HeaderClassName
{
color: #A0F01C;
}
.AnyTagClassName
{
color: #A0F01C;
}
</style>
background-color css
<style>
a { background-color: #A0F01C; }
a { background-color: rgb(160,240,28); }
div.DivClassName
{
background-color: #A0F01C;
}
.BgClassName
{
background-color: #A0F01C;
}
</style>
border-color css
<style>
span { border-color: #A0F01C; }
span { border-color: rgb(160,240,28); }
td.TdClassName
{
border-color: #A0F01C;
}
.TagClassName
{
border-color: #A0F01C;
}
</style>