Shades of Inch Worm #A1E20B
Tints of Inch Worm #A1E20B
RGB
CMYK
RGB Variations
Color information
#A1E20B (or 0xA1E20B) is known color: Inch Worm. HEX triplet: A1, E2 and 0B. RGB value is (161,226,11). Sum of RGB (Red+Green+Blue) = 161+226+11=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E20B is #5E1DF4. Grayscale: #B6B6B6. Windows color (decimal): -6168053 or 778913. OLE color: 778913.
HSL color Cylindrical-coordinate representation of color #A1E20B: hue angle of 78.14º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1E20B is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 11 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.11 |
| HSL | 78.14º | 0.91% | 0.46% | - |
| HSV(B) | 78.14º | 0.95% | 0.89% | - |
| XYZ | 41.95 | 61.99 | 10.07 | - |
| YUV | 182.06 | 31.47 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 11 | 0.29 | 0 | 0.95 | 0.11 | 78.14 | 0.91 | 0.46 |
| Hex | A1 | E2 | B | 1D | 0 | 5F | B | 4E | 5B | 2E |
| Octal | 241 | 342 | 13 | 35 | 0 | 137 | 13 | 116 | 133 | 56 |
| Binary | 10100001 | 11100010 | 1011 | 11101 | 0 | 1011111 | 1011 | 1001110 | 1011011 | 101110 |
Color Harmonies of #A1E20B
Complementary color
Monochromatic Colors of #A1E20B
Black with #A1E20B
Text Example
Text Example
White with #A1E20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E20B; }
p { color: rgb(161,226,11); }
H1.HeaderClassName
{
color: #A1E20B;
}
.AnyTagClassName
{
color: #A1E20B;
}
</style>
background-color css
<style>
a { background-color: #A1E20B; }
a { background-color: rgb(161,226,11); }
div.DivClassName
{
background-color: #A1E20B;
}
.BgClassName
{
background-color: #A1E20B;
}
</style>
border-color css
<style>
span { border-color: #A1E20B; }
span { border-color: rgb(161,226,11); }
td.TdClassName
{
border-color: #A1E20B;
}
.TagClassName
{
border-color: #A1E20B;
}
</style>