Shades of Inch Worm #A1F11D
Tints of Inch Worm #A1F11D
RGB
CMYK
RGB Variations
Color information
#A1F11D (or 0xA1F11D) is known color: Inch Worm. HEX triplet: A1, F1 and 1D. RGB value is (161,241,29). Sum of RGB (Red+Green+Blue) = 161+241+29=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F11D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F11D is #5E0EE2. Grayscale: #C1C1C1. Windows color (decimal): -6164195 or 1962401. OLE color: 1962401.
HSL color Cylindrical-coordinate representation of color #A1F11D: hue angle of 82.64º 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 #A1F11D is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 29 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.05 |
| HSL | 82.64º | 0.88% | 0.53% | - |
| HSV(B) | 82.64º | 0.88% | 0.95% | - |
| XYZ | 46.38 | 70.58 | 12.34 | - |
| YUV | 192.91 | 35.5 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 29 | 0.33 | 0 | 0.88 | 0.05 | 82.64 | 0.88 | 0.53 |
| Hex | A1 | F1 | 1D | 21 | 0 | 58 | 5 | 53 | 58 | 35 |
| Octal | 241 | 361 | 35 | 41 | 0 | 130 | 5 | 123 | 130 | 65 |
| Binary | 10100001 | 11110001 | 11101 | 100001 | 0 | 1011000 | 101 | 1010011 | 1011000 | 110101 |
Color Harmonies of #A1F11D
Complementary color
Monochromatic Colors of #A1F11D
Black with #A1F11D
Text Example
Text Example
White with #A1F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F11D; }
p { color: rgb(161,241,29); }
H1.HeaderClassName
{
color: #A1F11D;
}
.AnyTagClassName
{
color: #A1F11D;
}
</style>
background-color css
<style>
a { background-color: #A1F11D; }
a { background-color: rgb(161,241,29); }
div.DivClassName
{
background-color: #A1F11D;
}
.BgClassName
{
background-color: #A1F11D;
}
</style>
border-color css
<style>
span { border-color: #A1F11D; }
span { border-color: rgb(161,241,29); }
td.TdClassName
{
border-color: #A1F11D;
}
.TagClassName
{
border-color: #A1F11D;
}
</style>