Shades of Inch Worm #A2D910
Tints of Inch Worm #A2D910
RGB
CMYK
RGB Variations
Color information
#A2D910 (or 0xA2D910) is known color: Inch Worm. HEX triplet: A2, D9 and 10. RGB value is (162,217,16). Sum of RGB (Red+Green+Blue) = 162+217+16=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 217 (85.16% from 255 or 54.94% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D910 is #5D26EF. Grayscale: #B2B2B2. Windows color (decimal): -6104816 or 1104290. OLE color: 1104290.
HSL color Cylindrical-coordinate representation of color #A2D910: hue angle of 76.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2D910 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 16 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.15 |
| HSL | 76.42º | 0.86% | 0.46% | - |
| HSV(B) | 76.42º | 0.93% | 0.85% | - |
| XYZ | 39.81 | 57.34 | 9.46 | - |
| YUV | 177.64 | 36.78 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 16 | 0.25 | 0 | 0.93 | 0.15 | 76.42 | 0.86 | 0.46 |
| Hex | A2 | D9 | 10 | 19 | 0 | 5D | F | 4C | 56 | 2E |
| Octal | 242 | 331 | 20 | 31 | 0 | 135 | 17 | 114 | 126 | 56 |
| Binary | 10100010 | 11011001 | 10000 | 11001 | 0 | 1011101 | 1111 | 1001100 | 1010110 | 101110 |
Color Harmonies of #A2D910
Complementary color
Monochromatic Colors of #A2D910
Black with #A2D910
Text Example
Text Example
White with #A2D910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D910; }
p { color: rgb(162,217,16); }
H1.HeaderClassName
{
color: #A2D910;
}
.AnyTagClassName
{
color: #A2D910;
}
</style>
background-color css
<style>
a { background-color: #A2D910; }
a { background-color: rgb(162,217,16); }
div.DivClassName
{
background-color: #A2D910;
}
.BgClassName
{
background-color: #A2D910;
}
</style>
border-color css
<style>
span { border-color: #A2D910; }
span { border-color: rgb(162,217,16); }
td.TdClassName
{
border-color: #A2D910;
}
.TagClassName
{
border-color: #A2D910;
}
</style>