Shades of Inch Worm #A1E30C
Tints of Inch Worm #A1E30C
RGB
CMYK
RGB Variations
Color information
#A1E30C (or 0xA1E30C) is known color: Inch Worm. HEX triplet: A1, E3 and 0C. RGB value is (161,227,12). Sum of RGB (Red+Green+Blue) = 161+227+12=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 227 (89.06% from 255 or 56.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E30C is #5E1CF3. Grayscale: #B7B7B7. Windows color (decimal): -6167796 or 844705. OLE color: 844705.
HSL color Cylindrical-coordinate representation of color #A1E30C: hue angle of 78.42º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1E30C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.11 |
| HSL | 78.42º | 0.9% | 0.47% | - |
| HSV(B) | 78.42º | 0.95% | 0.89% | - |
| XYZ | 42.23 | 62.54 | 10.19 | - |
| YUV | 182.76 | 31.63 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 12 | 0.29 | 0 | 0.95 | 0.11 | 78.42 | 0.9 | 0.47 |
| Hex | A1 | E3 | C | 1D | 0 | 5F | B | 4E | 5A | 2F |
| Octal | 241 | 343 | 14 | 35 | 0 | 137 | 13 | 116 | 132 | 57 |
| Binary | 10100001 | 11100011 | 1100 | 11101 | 0 | 1011111 | 1011 | 1001110 | 1011010 | 101111 |
Color Harmonies of #A1E30C
Complementary color
Monochromatic Colors of #A1E30C
Black with #A1E30C
Text Example
Text Example
White with #A1E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E30C; }
p { color: rgb(161,227,12); }
H1.HeaderClassName
{
color: #A1E30C;
}
.AnyTagClassName
{
color: #A1E30C;
}
</style>
background-color css
<style>
a { background-color: #A1E30C; }
a { background-color: rgb(161,227,12); }
div.DivClassName
{
background-color: #A1E30C;
}
.BgClassName
{
background-color: #A1E30C;
}
</style>
border-color css
<style>
span { border-color: #A1E30C; }
span { border-color: rgb(161,227,12); }
td.TdClassName
{
border-color: #A1E30C;
}
.TagClassName
{
border-color: #A1E30C;
}
</style>