Shades of Inch Worm #A1D90F
Tints of Inch Worm #A1D90F
RGB
CMYK
RGB Variations
Color information
#A1D90F (or 0xA1D90F) is known color: Inch Worm. HEX triplet: A1, D9 and 0F. RGB value is (161,217,15). Sum of RGB (Red+Green+Blue) = 161+217+15=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 217 (85.16% from 255 or 55.22% from 393); Blue value is 15 (6.25% from 255 or 3.82% from 393); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D90F is #5E26F0. Grayscale: #B1B1B1. Windows color (decimal): -6170353 or 1038753. OLE color: 1038753.
HSL color Cylindrical-coordinate representation of color #A1D90F: hue angle of 76.63º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1D90F is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 15 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.15 |
| HSL | 76.63º | 0.87% | 0.45% | - |
| HSV(B) | 76.63º | 0.93% | 0.85% | - |
| XYZ | 39.6 | 57.24 | 9.41 | - |
| YUV | 177.23 | 36.45 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 15 | 0.26 | 0 | 0.93 | 0.15 | 76.63 | 0.87 | 0.45 |
| Hex | A1 | D9 | F | 1A | 0 | 5D | F | 4D | 57 | 2D |
| Octal | 241 | 331 | 17 | 32 | 0 | 135 | 17 | 115 | 127 | 55 |
| Binary | 10100001 | 11011001 | 1111 | 11010 | 0 | 1011101 | 1111 | 1001101 | 1010111 | 101101 |
Color Harmonies of #A1D90F
Complementary color
Monochromatic Colors of #A1D90F
Black with #A1D90F
Text Example
Text Example
White with #A1D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D90F; }
p { color: rgb(161,217,15); }
H1.HeaderClassName
{
color: #A1D90F;
}
.AnyTagClassName
{
color: #A1D90F;
}
</style>
background-color css
<style>
a { background-color: #A1D90F; }
a { background-color: rgb(161,217,15); }
div.DivClassName
{
background-color: #A1D90F;
}
.BgClassName
{
background-color: #A1D90F;
}
</style>
border-color css
<style>
span { border-color: #A1D90F; }
span { border-color: rgb(161,217,15); }
td.TdClassName
{
border-color: #A1D90F;
}
.TagClassName
{
border-color: #A1D90F;
}
</style>