Shades of Inch Worm #A1ED0D
Tints of Inch Worm #A1ED0D
RGB
CMYK
RGB Variations
Color information
#A1ED0D (or 0xA1ED0D) is known color: Inch Worm. HEX triplet: A1, ED and 0D. RGB value is (161,237,13). Sum of RGB (Red+Green+Blue) = 161+237+13=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1ED0D is #5E12F2. Grayscale: #BDBDBD. Windows color (decimal): -6165235 or 912801. OLE color: 912801.
HSL color Cylindrical-coordinate representation of color #A1ED0D: hue angle of 80.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1ED0D is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 13 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.07 |
| HSL | 80.36º | 0.9% | 0.49% | - |
| HSV(B) | 80.36º | 0.95% | 0.93% | - |
| XYZ | 45.05 | 68.17 | 11.17 | - |
| YUV | 188.74 | 28.82 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 13 | 0.32 | 0 | 0.95 | 0.07 | 80.36 | 0.9 | 0.49 |
| Hex | A1 | ED | D | 20 | 0 | 5F | 7 | 50 | 5A | 31 |
| Octal | 241 | 355 | 15 | 40 | 0 | 137 | 7 | 120 | 132 | 61 |
| Binary | 10100001 | 11101101 | 1101 | 100000 | 0 | 1011111 | 111 | 1010000 | 1011010 | 110001 |
Color Harmonies of #A1ED0D
Complementary color
Monochromatic Colors of #A1ED0D
Black with #A1ED0D
Text Example
Text Example
White with #A1ED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED0D; }
p { color: rgb(161,237,13); }
H1.HeaderClassName
{
color: #A1ED0D;
}
.AnyTagClassName
{
color: #A1ED0D;
}
</style>
background-color css
<style>
a { background-color: #A1ED0D; }
a { background-color: rgb(161,237,13); }
div.DivClassName
{
background-color: #A1ED0D;
}
.BgClassName
{
background-color: #A1ED0D;
}
</style>
border-color css
<style>
span { border-color: #A1ED0D; }
span { border-color: rgb(161,237,13); }
td.TdClassName
{
border-color: #A1ED0D;
}
.TagClassName
{
border-color: #A1ED0D;
}
</style>