Shades of Inch Worm #A1E009
Tints of Inch Worm #A1E009
RGB
CMYK
RGB Variations
Color information
#A1E009 (or 0xA1E009) is known color: Inch Worm. HEX triplet: A1, E0 and 09. RGB value is (161,224,9). Sum of RGB (Red+Green+Blue) = 161+224+9=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1E009 is #5E1FF6. Grayscale: #B5B5B5. Windows color (decimal): -6168567 or 647329. OLE color: 647329.
HSL color Cylindrical-coordinate representation of color #A1E009: hue angle of 77.58º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1E009 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 224 | 9 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.12 |
| HSL | 77.58º | 0.92% | 0.46% | - |
| HSV(B) | 77.58º | 0.96% | 0.88% | - |
| XYZ | 41.4 | 60.91 | 9.83 | - |
| YUV | 180.65 | 31.13 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 9 | 0.28 | 0 | 0.96 | 0.12 | 77.58 | 0.92 | 0.46 |
| Hex | A1 | E0 | 9 | 1C | 0 | 60 | C | 4E | 5C | 2E |
| Octal | 241 | 340 | 11 | 34 | 0 | 140 | 14 | 116 | 134 | 56 |
| Binary | 10100001 | 11100000 | 1001 | 11100 | 0 | 1100000 | 1100 | 1001110 | 1011100 | 101110 |
Color Harmonies of #A1E009
Complementary color
Monochromatic Colors of #A1E009
Black with #A1E009
Text Example
Text Example
White with #A1E009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E009; }
p { color: rgb(161,224,9); }
H1.HeaderClassName
{
color: #A1E009;
}
.AnyTagClassName
{
color: #A1E009;
}
</style>
background-color css
<style>
a { background-color: #A1E009; }
a { background-color: rgb(161,224,9); }
div.DivClassName
{
background-color: #A1E009;
}
.BgClassName
{
background-color: #A1E009;
}
</style>
border-color css
<style>
span { border-color: #A1E009; }
span { border-color: rgb(161,224,9); }
td.TdClassName
{
border-color: #A1E009;
}
.TagClassName
{
border-color: #A1E009;
}
</style>