Shades of Inch Worm #A2D107
Tints of Inch Worm #A2D107
RGB
CMYK
RGB Variations
Color information
#A2D107 (or 0xA2D107) is known color: Inch Worm. HEX triplet: A2, D1 and 07. RGB value is (162,209,7). Sum of RGB (Red+Green+Blue) = 162+209+7=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 209 (82.03% from 255 or 55.29% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D107 is #5D2EF8. Grayscale: #ACACAC. Windows color (decimal): -6106873 or 512418. OLE color: 512418.
HSL color Cylindrical-coordinate representation of color #A2D107: hue angle of 73.96º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2D107 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 7 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.18 |
| HSL | 73.96º | 0.94% | 0.42% | - |
| HSV(B) | 73.96º | 0.97% | 0.82% | - |
| XYZ | 37.74 | 53.3 | 8.5 | - |
| YUV | 171.92 | 34.93 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 7 | 0.22 | 0 | 0.97 | 0.18 | 73.96 | 0.94 | 0.42 |
| Hex | A2 | D1 | 7 | 16 | 0 | 61 | 12 | 4A | 5E | 2A |
| Octal | 242 | 321 | 7 | 26 | 0 | 141 | 22 | 112 | 136 | 52 |
| Binary | 10100010 | 11010001 | 111 | 10110 | 0 | 1100001 | 10010 | 1001010 | 1011110 | 101010 |
Color Harmonies of #A2D107
Complementary color
Monochromatic Colors of #A2D107
Black with #A2D107
Text Example
Text Example
White with #A2D107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D107; }
p { color: rgb(162,209,7); }
H1.HeaderClassName
{
color: #A2D107;
}
.AnyTagClassName
{
color: #A2D107;
}
</style>
background-color css
<style>
a { background-color: #A2D107; }
a { background-color: rgb(162,209,7); }
div.DivClassName
{
background-color: #A2D107;
}
.BgClassName
{
background-color: #A2D107;
}
</style>
border-color css
<style>
span { border-color: #A2D107; }
span { border-color: rgb(162,209,7); }
td.TdClassName
{
border-color: #A2D107;
}
.TagClassName
{
border-color: #A2D107;
}
</style>