Shades of Inch Worm #A1E119
Tints of Inch Worm #A1E119
RGB
CMYK
RGB Variations
Color information
#A1E119 (or 0xA1E119) is known color: Inch Worm. HEX triplet: A1, E1 and 19. RGB value is (161,225,25). Sum of RGB (Red+Green+Blue) = 161+225+25=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E119 is #5E1EE6. Grayscale: #B7B7B7. Windows color (decimal): -6168295 or 1696161. OLE color: 1696161.
HSL color Cylindrical-coordinate representation of color #A1E119: hue angle of 79.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1E119 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 25 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.12 |
| HSL | 79.2º | 0.8% | 0.49% | - |
| HSV(B) | 79.2º | 0.89% | 0.88% | - |
| XYZ | 41.8 | 61.5 | 10.59 | - |
| YUV | 183.06 | 38.8 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 25 | 0.28 | 0 | 0.89 | 0.12 | 79.2 | 0.8 | 0.49 |
| Hex | A1 | E1 | 19 | 1C | 0 | 59 | C | 4F | 50 | 31 |
| Octal | 241 | 341 | 31 | 34 | 0 | 131 | 14 | 117 | 120 | 61 |
| Binary | 10100001 | 11100001 | 11001 | 11100 | 0 | 1011001 | 1100 | 1001111 | 1010000 | 110001 |
Color Harmonies of #A1E119
Complementary color
Monochromatic Colors of #A1E119
Black with #A1E119
Text Example
Text Example
White with #A1E119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E119; }
p { color: rgb(161,225,25); }
H1.HeaderClassName
{
color: #A1E119;
}
.AnyTagClassName
{
color: #A1E119;
}
</style>
background-color css
<style>
a { background-color: #A1E119; }
a { background-color: rgb(161,225,25); }
div.DivClassName
{
background-color: #A1E119;
}
.BgClassName
{
background-color: #A1E119;
}
</style>
border-color css
<style>
span { border-color: #A1E119; }
span { border-color: rgb(161,225,25); }
td.TdClassName
{
border-color: #A1E119;
}
.TagClassName
{
border-color: #A1E119;
}
</style>