Shades of Inch Worm #A1E506
Tints of Inch Worm #A1E506
RGB
CMYK
RGB Variations
Color information
#A1E506 (or 0xA1E506) is known color: Inch Worm. HEX triplet: A1, E5 and 06. RGB value is (161,229,6). Sum of RGB (Red+Green+Blue) = 161+229+6=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 229 (89.84% from 255 or 57.83% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E506 is #5E1AF9. Grayscale: #B8B8B8. Windows color (decimal): -6167290 or 452001. OLE color: 452001.
HSL color Cylindrical-coordinate representation of color #A1E506: hue angle of 78.3º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1E506 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.10 |
| HSL | 78.3º | 0.95% | 0.46% | - |
| HSV(B) | 78.3º | 0.97% | 0.9% | - |
| XYZ | 42.75 | 63.63 | 10.2 | - |
| YUV | 183.25 | 27.97 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 6 | 0.30 | 0 | 0.97 | 0.10 | 78.3 | 0.95 | 0.46 |
| Hex | A1 | E5 | 6 | 1E | 0 | 61 | A | 4E | 5F | 2E |
| Octal | 241 | 345 | 6 | 36 | 0 | 141 | 12 | 116 | 137 | 56 |
| Binary | 10100001 | 11100101 | 110 | 11110 | 0 | 1100001 | 1010 | 1001110 | 1011111 | 101110 |
Color Harmonies of #A1E506
Complementary color
Monochromatic Colors of #A1E506
Black with #A1E506
Text Example
Text Example
White with #A1E506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E506; }
p { color: rgb(161,229,6); }
H1.HeaderClassName
{
color: #A1E506;
}
.AnyTagClassName
{
color: #A1E506;
}
</style>
background-color css
<style>
a { background-color: #A1E506; }
a { background-color: rgb(161,229,6); }
div.DivClassName
{
background-color: #A1E506;
}
.BgClassName
{
background-color: #A1E506;
}
</style>
border-color css
<style>
span { border-color: #A1E506; }
span { border-color: rgb(161,229,6); }
td.TdClassName
{
border-color: #A1E506;
}
.TagClassName
{
border-color: #A1E506;
}
</style>