Shades of Inch Worm #A1D607
Tints of Inch Worm #A1D607
RGB
CMYK
RGB Variations
Color information
#A1D607 (or 0xA1D607) is known color: Inch Worm. HEX triplet: A1, D6 and 07. RGB value is (161,214,7). Sum of RGB (Red+Green+Blue) = 161+214+7=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D607 is #5E29F8. Grayscale: #AFAFAF. Windows color (decimal): -6171129 or 513697. OLE color: 513697.
HSL color Cylindrical-coordinate representation of color #A1D607: hue angle of 75.36º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1D607 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.16 |
| HSL | 75.36º | 0.94% | 0.43% | - |
| HSV(B) | 75.36º | 0.97% | 0.84% | - |
| XYZ | 38.78 | 55.69 | 8.91 | - |
| YUV | 174.56 | 33.44 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 7 | 0.25 | 0 | 0.97 | 0.16 | 75.36 | 0.94 | 0.43 |
| Hex | A1 | D6 | 7 | 19 | 0 | 61 | 10 | 4B | 5E | 2B |
| Octal | 241 | 326 | 7 | 31 | 0 | 141 | 20 | 113 | 136 | 53 |
| Binary | 10100001 | 11010110 | 111 | 11001 | 0 | 1100001 | 10000 | 1001011 | 1011110 | 101011 |
Color Harmonies of #A1D607
Complementary color
Monochromatic Colors of #A1D607
Black with #A1D607
Text Example
Text Example
White with #A1D607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D607; }
p { color: rgb(161,214,7); }
H1.HeaderClassName
{
color: #A1D607;
}
.AnyTagClassName
{
color: #A1D607;
}
</style>
background-color css
<style>
a { background-color: #A1D607; }
a { background-color: rgb(161,214,7); }
div.DivClassName
{
background-color: #A1D607;
}
.BgClassName
{
background-color: #A1D607;
}
</style>
border-color css
<style>
span { border-color: #A1D607; }
span { border-color: rgb(161,214,7); }
td.TdClassName
{
border-color: #A1D607;
}
.TagClassName
{
border-color: #A1D607;
}
</style>