Shades of Inch Worm #A1D407
Tints of Inch Worm #A1D407
RGB
CMYK
RGB Variations
Color information
#A1D407 (or 0xA1D407) is known color: Inch Worm. HEX triplet: A1, D4 and 07. RGB value is (161,212,7). Sum of RGB (Red+Green+Blue) = 161+212+7=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 212 (83.20% from 255 or 55.79% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D407 is #5E2BF8. Grayscale: #AEAEAE. Windows color (decimal): -6171641 or 513185. OLE color: 513185.
HSL color Cylindrical-coordinate representation of color #A1D407: hue angle of 74.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1D407 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 212 | 7 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.17 |
| HSL | 74.93º | 0.94% | 0.43% | - |
| HSV(B) | 74.93º | 0.97% | 0.83% | - |
| XYZ | 38.28 | 54.68 | 8.74 | - |
| YUV | 173.38 | 34.1 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 212 | 7 | 0.24 | 0 | 0.97 | 0.17 | 74.93 | 0.94 | 0.43 |
| Hex | A1 | D4 | 7 | 18 | 0 | 61 | 11 | 4B | 5E | 2B |
| Octal | 241 | 324 | 7 | 30 | 0 | 141 | 21 | 113 | 136 | 53 |
| Binary | 10100001 | 11010100 | 111 | 11000 | 0 | 1100001 | 10001 | 1001011 | 1011110 | 101011 |
Color Harmonies of #A1D407
Complementary color
Monochromatic Colors of #A1D407
Black with #A1D407
Text Example
Text Example
White with #A1D407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D407; }
p { color: rgb(161,212,7); }
H1.HeaderClassName
{
color: #A1D407;
}
.AnyTagClassName
{
color: #A1D407;
}
</style>
background-color css
<style>
a { background-color: #A1D407; }
a { background-color: rgb(161,212,7); }
div.DivClassName
{
background-color: #A1D407;
}
.BgClassName
{
background-color: #A1D407;
}
</style>
border-color css
<style>
span { border-color: #A1D407; }
span { border-color: rgb(161,212,7); }
td.TdClassName
{
border-color: #A1D407;
}
.TagClassName
{
border-color: #A1D407;
}
</style>