Shades of Inch Worm #A1F015
Tints of Inch Worm #A1F015
RGB
CMYK
RGB Variations
Color information
#A1F015 (or 0xA1F015) is known color: Inch Worm. HEX triplet: A1, F0 and 15. RGB value is (161,240,21). Sum of RGB (Red+Green+Blue) = 161+240+21=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 21 (8.59% from 255 or 4.98% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F015 is #5E0FEA. Grayscale: #C0C0C0. Windows color (decimal): -6164459 or 1437857. OLE color: 1437857.
HSL color Cylindrical-coordinate representation of color #A1F015: hue angle of 81.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1F015 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 21 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.06 |
| HSL | 81.64º | 0.88% | 0.51% | - |
| HSV(B) | 81.64º | 0.91% | 0.94% | - |
| XYZ | 45.99 | 69.95 | 11.79 | - |
| YUV | 191.41 | 31.83 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 21 | 0.33 | 0 | 0.91 | 0.06 | 81.64 | 0.88 | 0.51 |
| Hex | A1 | F0 | 15 | 21 | 0 | 5B | 6 | 52 | 58 | 33 |
| Octal | 241 | 360 | 25 | 41 | 0 | 133 | 6 | 122 | 130 | 63 |
| Binary | 10100001 | 11110000 | 10101 | 100001 | 0 | 1011011 | 110 | 1010010 | 1011000 | 110011 |
Color Harmonies of #A1F015
Complementary color
Monochromatic Colors of #A1F015
Black with #A1F015
Text Example
Text Example
White with #A1F015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F015; }
p { color: rgb(161,240,21); }
H1.HeaderClassName
{
color: #A1F015;
}
.AnyTagClassName
{
color: #A1F015;
}
</style>
background-color css
<style>
a { background-color: #A1F015; }
a { background-color: rgb(161,240,21); }
div.DivClassName
{
background-color: #A1F015;
}
.BgClassName
{
background-color: #A1F015;
}
</style>
border-color css
<style>
span { border-color: #A1F015; }
span { border-color: rgb(161,240,21); }
td.TdClassName
{
border-color: #A1F015;
}
.TagClassName
{
border-color: #A1F015;
}
</style>