Shades of Inch Worm #A1E716
Tints of Inch Worm #A1E716
RGB
CMYK
RGB Variations
Color information
#A1E716 (or 0xA1E716) is known color: Inch Worm. HEX triplet: A1, E7 and 16. RGB value is (161,231,22). Sum of RGB (Red+Green+Blue) = 161+231+22=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 231 (90.62% from 255 or 55.80% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E716 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1E716 is #5E18E9. Grayscale: #BBBBBB. Windows color (decimal): -6166762 or 1501089. OLE color: 1501089.
HSL color Cylindrical-coordinate representation of color #A1E716: hue angle of 80.1º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1E716 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 22 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.09 |
| HSL | 80.1º | 0.83% | 0.5% | - |
| HSV(B) | 80.1º | 0.9% | 0.91% | - |
| XYZ | 43.42 | 64.79 | 10.98 | - |
| YUV | 186.24 | 35.31 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 22 | 0.30 | 0 | 0.90 | 0.09 | 80.1 | 0.83 | 0.5 |
| Hex | A1 | E7 | 16 | 1E | 0 | 5A | 9 | 50 | 53 | 32 |
| Octal | 241 | 347 | 26 | 36 | 0 | 132 | 11 | 120 | 123 | 62 |
| Binary | 10100001 | 11100111 | 10110 | 11110 | 0 | 1011010 | 1001 | 1010000 | 1010011 | 110010 |
Color Harmonies of #A1E716
Complementary color
Monochromatic Colors of #A1E716
Black with #A1E716
Text Example
Text Example
White with #A1E716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E716; }
p { color: rgb(161,231,22); }
H1.HeaderClassName
{
color: #A1E716;
}
.AnyTagClassName
{
color: #A1E716;
}
</style>
background-color css
<style>
a { background-color: #A1E716; }
a { background-color: rgb(161,231,22); }
div.DivClassName
{
background-color: #A1E716;
}
.BgClassName
{
background-color: #A1E716;
}
</style>
border-color css
<style>
span { border-color: #A1E716; }
span { border-color: rgb(161,231,22); }
td.TdClassName
{
border-color: #A1E716;
}
.TagClassName
{
border-color: #A1E716;
}
</style>