Shades of Inch Worm #A1E315
Tints of Inch Worm #A1E315
RGB
CMYK
RGB Variations
Color information
#A1E315 (or 0xA1E315) is known color: Inch Worm. HEX triplet: A1, E3 and 15. RGB value is (161,227,21). Sum of RGB (Red+Green+Blue) = 161+227+21=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E315 is #5E1CEA. Grayscale: #B8B8B8. Windows color (decimal): -6167787 or 1434529. OLE color: 1434529.
HSL color Cylindrical-coordinate representation of color #A1E315: hue angle of 79.22º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1E315 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 21 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.11 |
| HSL | 79.22º | 0.83% | 0.49% | - |
| HSV(B) | 79.22º | 0.91% | 0.89% | - |
| XYZ | 42.3 | 62.57 | 10.56 | - |
| YUV | 183.78 | 36.13 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 21 | 0.29 | 0 | 0.91 | 0.11 | 79.22 | 0.83 | 0.49 |
| Hex | A1 | E3 | 15 | 1D | 0 | 5B | B | 4F | 53 | 31 |
| Octal | 241 | 343 | 25 | 35 | 0 | 133 | 13 | 117 | 123 | 61 |
| Binary | 10100001 | 11100011 | 10101 | 11101 | 0 | 1011011 | 1011 | 1001111 | 1010011 | 110001 |
Color Harmonies of #A1E315
Complementary color
Monochromatic Colors of #A1E315
Black with #A1E315
Text Example
Text Example
White with #A1E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E315; }
p { color: rgb(161,227,21); }
H1.HeaderClassName
{
color: #A1E315;
}
.AnyTagClassName
{
color: #A1E315;
}
</style>
background-color css
<style>
a { background-color: #A1E315; }
a { background-color: rgb(161,227,21); }
div.DivClassName
{
background-color: #A1E315;
}
.BgClassName
{
background-color: #A1E315;
}
</style>
border-color css
<style>
span { border-color: #A1E315; }
span { border-color: rgb(161,227,21); }
td.TdClassName
{
border-color: #A1E315;
}
.TagClassName
{
border-color: #A1E315;
}
</style>