Shades of Inch Worm #A1F11C
Tints of Inch Worm #A1F11C
RGB
CMYK
RGB Variations
Color information
#A1F11C (or 0xA1F11C) is known color: Inch Worm. HEX triplet: A1, F1 and 1C. RGB value is (161,241,28). Sum of RGB (Red+Green+Blue) = 161+241+28=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F11C is #5E0EE3. Grayscale: #C1C1C1. Windows color (decimal): -6164196 or 1896865. OLE color: 1896865.
HSL color Cylindrical-coordinate representation of color #A1F11C: hue angle of 82.54º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1F11C is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 28 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.05 |
| HSL | 82.54º | 0.88% | 0.53% | - |
| HSV(B) | 82.54º | 0.88% | 0.95% | - |
| XYZ | 46.36 | 70.57 | 12.28 | - |
| YUV | 192.8 | 35 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 28 | 0.33 | 0 | 0.88 | 0.05 | 82.54 | 0.88 | 0.53 |
| Hex | A1 | F1 | 1C | 21 | 0 | 58 | 5 | 53 | 58 | 35 |
| Octal | 241 | 361 | 34 | 41 | 0 | 130 | 5 | 123 | 130 | 65 |
| Binary | 10100001 | 11110001 | 11100 | 100001 | 0 | 1011000 | 101 | 1010011 | 1011000 | 110101 |
Color Harmonies of #A1F11C
Complementary color
Monochromatic Colors of #A1F11C
Black with #A1F11C
Text Example
Text Example
White with #A1F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F11C; }
p { color: rgb(161,241,28); }
H1.HeaderClassName
{
color: #A1F11C;
}
.AnyTagClassName
{
color: #A1F11C;
}
</style>
background-color css
<style>
a { background-color: #A1F11C; }
a { background-color: rgb(161,241,28); }
div.DivClassName
{
background-color: #A1F11C;
}
.BgClassName
{
background-color: #A1F11C;
}
</style>
border-color css
<style>
span { border-color: #A1F11C; }
span { border-color: rgb(161,241,28); }
td.TdClassName
{
border-color: #A1F11C;
}
.TagClassName
{
border-color: #A1F11C;
}
</style>