Shades of Inch Worm #A1F01D
Tints of Inch Worm #A1F01D
RGB
CMYK
RGB Variations
Color information
#A1F01D (or 0xA1F01D) is known color: Inch Worm. HEX triplet: A1, F0 and 1D. RGB value is (161,240,29). Sum of RGB (Red+Green+Blue) = 161+240+29=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 240 (94.14% from 255 or 55.81% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F01D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1F01D is #5E0FE2. Grayscale: #C1C1C1. Windows color (decimal): -6164451 or 1962145. OLE color: 1962145.
HSL color Cylindrical-coordinate representation of color #A1F01D: hue angle of 82.46º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1F01D is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 29 | - |
| CMYK | 0.33 | 0 | 0.88 | 0.06 |
| HSL | 82.46º | 0.88% | 0.53% | - |
| HSV(B) | 82.46º | 0.88% | 0.94% | - |
| XYZ | 46.08 | 69.99 | 12.24 | - |
| YUV | 192.33 | 35.83 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 29 | 0.33 | 0 | 0.88 | 0.06 | 82.46 | 0.88 | 0.53 |
| Hex | A1 | F0 | 1D | 21 | 0 | 58 | 6 | 52 | 58 | 35 |
| Octal | 241 | 360 | 35 | 41 | 0 | 130 | 6 | 122 | 130 | 65 |
| Binary | 10100001 | 11110000 | 11101 | 100001 | 0 | 1011000 | 110 | 1010010 | 1011000 | 110101 |
Color Harmonies of #A1F01D
Complementary color
Monochromatic Colors of #A1F01D
Black with #A1F01D
Text Example
Text Example
White with #A1F01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F01D; }
p { color: rgb(161,240,29); }
H1.HeaderClassName
{
color: #A1F01D;
}
.AnyTagClassName
{
color: #A1F01D;
}
</style>
background-color css
<style>
a { background-color: #A1F01D; }
a { background-color: rgb(161,240,29); }
div.DivClassName
{
background-color: #A1F01D;
}
.BgClassName
{
background-color: #A1F01D;
}
</style>
border-color css
<style>
span { border-color: #A1F01D; }
span { border-color: rgb(161,240,29); }
td.TdClassName
{
border-color: #A1F01D;
}
.TagClassName
{
border-color: #A1F01D;
}
</style>