Shades of Inch Worm #A1F012
Tints of Inch Worm #A1F012
RGB
CMYK
RGB Variations
Color information
#A1F012 (or 0xA1F012) is known color: Inch Worm. HEX triplet: A1, F0 and 12. RGB value is (161,240,18). Sum of RGB (Red+Green+Blue) = 161+240+18=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F012 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F012 is #5E0FED. Grayscale: #BFBFBF. Windows color (decimal): -6164462 or 1241249. OLE color: 1241249.
HSL color Cylindrical-coordinate representation of color #A1F012: hue angle of 81.35º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1F012 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 18 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.06 |
| HSL | 81.35º | 0.88% | 0.51% | - |
| HSV(B) | 81.35º | 0.93% | 0.94% | - |
| XYZ | 45.97 | 69.94 | 11.65 | - |
| YUV | 191.07 | 30.33 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 18 | 0.33 | 0 | 0.92 | 0.06 | 81.35 | 0.88 | 0.51 |
| Hex | A1 | F0 | 12 | 21 | 0 | 5C | 6 | 51 | 58 | 33 |
| Octal | 241 | 360 | 22 | 41 | 0 | 134 | 6 | 121 | 130 | 63 |
| Binary | 10100001 | 11110000 | 10010 | 100001 | 0 | 1011100 | 110 | 1010001 | 1011000 | 110011 |
Color Harmonies of #A1F012
Complementary color
Monochromatic Colors of #A1F012
Black with #A1F012
Text Example
Text Example
White with #A1F012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F012; }
p { color: rgb(161,240,18); }
H1.HeaderClassName
{
color: #A1F012;
}
.AnyTagClassName
{
color: #A1F012;
}
</style>
background-color css
<style>
a { background-color: #A1F012; }
a { background-color: rgb(161,240,18); }
div.DivClassName
{
background-color: #A1F012;
}
.BgClassName
{
background-color: #A1F012;
}
</style>
border-color css
<style>
span { border-color: #A1F012; }
span { border-color: rgb(161,240,18); }
td.TdClassName
{
border-color: #A1F012;
}
.TagClassName
{
border-color: #A1F012;
}
</style>