Shades of Inch Worm #A1D70B
Tints of Inch Worm #A1D70B
RGB
CMYK
RGB Variations
Color information
#A1D70B (or 0xA1D70B) is known color: Inch Worm. HEX triplet: A1, D7 and 0B. RGB value is (161,215,11). Sum of RGB (Red+Green+Blue) = 161+215+11=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 215 (84.38% from 255 or 55.56% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D70B is #5E28F4. Grayscale: #B0B0B0. Windows color (decimal): -6170869 or 776097. OLE color: 776097.
HSL color Cylindrical-coordinate representation of color #A1D70B: hue angle of 75.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1D70B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 215 | 11 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.16 |
| HSL | 75.88º | 0.9% | 0.44% | - |
| HSV(B) | 75.88º | 0.95% | 0.84% | - |
| XYZ | 39.06 | 56.2 | 9.11 | - |
| YUV | 175.6 | 35.11 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 215 | 11 | 0.25 | 0 | 0.95 | 0.16 | 75.88 | 0.9 | 0.44 |
| Hex | A1 | D7 | B | 19 | 0 | 5F | 10 | 4C | 5A | 2C |
| Octal | 241 | 327 | 13 | 31 | 0 | 137 | 20 | 114 | 132 | 54 |
| Binary | 10100001 | 11010111 | 1011 | 11001 | 0 | 1011111 | 10000 | 1001100 | 1011010 | 101100 |
Color Harmonies of #A1D70B
Complementary color
Monochromatic Colors of #A1D70B
Black with #A1D70B
Text Example
Text Example
White with #A1D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D70B; }
p { color: rgb(161,215,11); }
H1.HeaderClassName
{
color: #A1D70B;
}
.AnyTagClassName
{
color: #A1D70B;
}
</style>
background-color css
<style>
a { background-color: #A1D70B; }
a { background-color: rgb(161,215,11); }
div.DivClassName
{
background-color: #A1D70B;
}
.BgClassName
{
background-color: #A1D70B;
}
</style>
border-color css
<style>
span { border-color: #A1D70B; }
span { border-color: rgb(161,215,11); }
td.TdClassName
{
border-color: #A1D70B;
}
.TagClassName
{
border-color: #A1D70B;
}
</style>