Shades of Inch Worm #A1F21B
Tints of Inch Worm #A1F21B
RGB
CMYK
RGB Variations
Color information
#A1F21B (or 0xA1F21B) is known color: Inch Worm. HEX triplet: A1, F2 and 1B. RGB value is (161,242,27). Sum of RGB (Red+Green+Blue) = 161+242+27=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F21B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F21B is #5E0DE4. Grayscale: #C2C2C2. Windows color (decimal): -6163941 or 1831585. OLE color: 1831585.
HSL color Cylindrical-coordinate representation of color #A1F21B: hue angle of 82.6º degrees, saturation: 0.89, 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 #A1F21B is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 27 | - |
| CMYK | 0.33 | 0 | 0.89 | 0.05 |
| HSL | 82.6º | 0.89% | 0.53% | - |
| HSV(B) | 82.6º | 0.89% | 0.95% | - |
| XYZ | 46.65 | 71.16 | 12.31 | - |
| YUV | 193.27 | 34.16 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 27 | 0.33 | 0 | 0.89 | 0.05 | 82.6 | 0.89 | 0.53 |
| Hex | A1 | F2 | 1B | 21 | 0 | 59 | 5 | 53 | 59 | 35 |
| Octal | 241 | 362 | 33 | 41 | 0 | 131 | 5 | 123 | 131 | 65 |
| Binary | 10100001 | 11110010 | 11011 | 100001 | 0 | 1011001 | 101 | 1010011 | 1011001 | 110101 |
Color Harmonies of #A1F21B
Complementary color
Monochromatic Colors of #A1F21B
Black with #A1F21B
Text Example
Text Example
White with #A1F21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F21B; }
p { color: rgb(161,242,27); }
H1.HeaderClassName
{
color: #A1F21B;
}
.AnyTagClassName
{
color: #A1F21B;
}
</style>
background-color css
<style>
a { background-color: #A1F21B; }
a { background-color: rgb(161,242,27); }
div.DivClassName
{
background-color: #A1F21B;
}
.BgClassName
{
background-color: #A1F21B;
}
</style>
border-color css
<style>
span { border-color: #A1F21B; }
span { border-color: rgb(161,242,27); }
td.TdClassName
{
border-color: #A1F21B;
}
.TagClassName
{
border-color: #A1F21B;
}
</style>