Shades of Inch Worm #A1F11B
Tints of Inch Worm #A1F11B
RGB
CMYK
RGB Variations
Color information
#A1F11B (or 0xA1F11B) is known color: Inch Worm. HEX triplet: A1, F1 and 1B. RGB value is (161,241,27). Sum of RGB (Red+Green+Blue) = 161+241+27=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F11B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F11B is #5E0EE4. Grayscale: #C1C1C1. Windows color (decimal): -6164197 or 1831329. OLE color: 1831329.
HSL color Cylindrical-coordinate representation of color #A1F11B: hue angle of 82.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1F11B is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 27 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.05 |
| HSL | 82.43º | 0.88% | 0.53% | - |
| HSV(B) | 82.43º | 0.89% | 0.95% | - |
| XYZ | 46.35 | 70.57 | 12.21 | - |
| YUV | 192.68 | 34.5 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 27 | 0.33 | 0 | 0.89 | 0.05 | 82.43 | 0.88 | 0.53 |
| Hex | A1 | F1 | 1B | 21 | 0 | 59 | 5 | 52 | 58 | 35 |
| Octal | 241 | 361 | 33 | 41 | 0 | 131 | 5 | 122 | 130 | 65 |
| Binary | 10100001 | 11110001 | 11011 | 100001 | 0 | 1011001 | 101 | 1010010 | 1011000 | 110101 |
Color Harmonies of #A1F11B
Complementary color
Monochromatic Colors of #A1F11B
Black with #A1F11B
Text Example
Text Example
White with #A1F11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F11B; }
p { color: rgb(161,241,27); }
H1.HeaderClassName
{
color: #A1F11B;
}
.AnyTagClassName
{
color: #A1F11B;
}
</style>
background-color css
<style>
a { background-color: #A1F11B; }
a { background-color: rgb(161,241,27); }
div.DivClassName
{
background-color: #A1F11B;
}
.BgClassName
{
background-color: #A1F11B;
}
</style>
border-color css
<style>
span { border-color: #A1F11B; }
span { border-color: rgb(161,241,27); }
td.TdClassName
{
border-color: #A1F11B;
}
.TagClassName
{
border-color: #A1F11B;
}
</style>