Shades of Inch Worm #A3F11C
Tints of Inch Worm #A3F11C
RGB
CMYK
RGB Variations
Color information
#A3F11C (or 0xA3F11C) is known color: Inch Worm. HEX triplet: A3, F1 and 1C. RGB value is (163,241,28). Sum of RGB (Red+Green+Blue) = 163+241+28=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A3F11C is #5C0EE3. Grayscale: #C2C2C2. Windows color (decimal): -6033124 or 1896867. OLE color: 1896867.
HSL color Cylindrical-coordinate representation of color #A3F11C: hue angle of 81.97º 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 #A3F11C is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 241 | 28 | - |
| CMYK | 0.32 | 0 | 0.88 | 0.05 |
| HSL | 81.97º | 0.88% | 0.53% | - |
| HSV(B) | 81.97º | 0.88% | 0.95% | - |
| XYZ | 46.77 | 70.78 | 12.3 | - |
| YUV | 193.4 | 34.66 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 28 | 0.32 | 0 | 0.88 | 0.05 | 81.97 | 0.88 | 0.53 |
| Hex | A3 | F1 | 1C | 20 | 0 | 58 | 5 | 52 | 58 | 35 |
| Octal | 243 | 361 | 34 | 40 | 0 | 130 | 5 | 122 | 130 | 65 |
| Binary | 10100011 | 11110001 | 11100 | 100000 | 0 | 1011000 | 101 | 1010010 | 1011000 | 110101 |
Color Harmonies of #A3F11C
Complementary color
Monochromatic Colors of #A3F11C
Black with #A3F11C
Text Example
Text Example
White with #A3F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F11C; }
p { color: rgb(163,241,28); }
H1.HeaderClassName
{
color: #A3F11C;
}
.AnyTagClassName
{
color: #A3F11C;
}
</style>
background-color css
<style>
a { background-color: #A3F11C; }
a { background-color: rgb(163,241,28); }
div.DivClassName
{
background-color: #A3F11C;
}
.BgClassName
{
background-color: #A3F11C;
}
</style>
border-color css
<style>
span { border-color: #A3F11C; }
span { border-color: rgb(163,241,28); }
td.TdClassName
{
border-color: #A3F11C;
}
.TagClassName
{
border-color: #A3F11C;
}
</style>