Shades of Inch Worm #A2D203
Tints of Inch Worm #A2D203
RGB
CMYK
RGB Variations
Color information
#A2D203 (or 0xA2D203) is known color: Inch Worm. HEX triplet: A2, D2 and 03. RGB value is (162,210,3). Sum of RGB (Red+Green+Blue) = 162+210+3=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D203 is #5D2DFC. Grayscale: #ACACAC. Windows color (decimal): -6106621 or 250530. OLE color: 250530.
HSL color Cylindrical-coordinate representation of color #A2D203: hue angle of 73.91º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2D203 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.18 |
| HSL | 73.91º | 0.97% | 0.42% | - |
| HSV(B) | 73.91º | 0.99% | 0.82% | - |
| XYZ | 37.96 | 53.78 | 8.47 | - |
| YUV | 172.05 | 32.6 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 3 | 0.23 | 0 | 0.99 | 0.18 | 73.91 | 0.97 | 0.42 |
| Hex | A2 | D2 | 3 | 17 | 0 | 63 | 12 | 4A | 61 | 2A |
| Octal | 242 | 322 | 3 | 27 | 0 | 143 | 22 | 112 | 141 | 52 |
| Binary | 10100010 | 11010010 | 11 | 10111 | 0 | 1100011 | 10010 | 1001010 | 1100001 | 101010 |
Color Harmonies of #A2D203
Complementary color
Monochromatic Colors of #A2D203
Black with #A2D203
Text Example
Text Example
White with #A2D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D203; }
p { color: rgb(162,210,3); }
H1.HeaderClassName
{
color: #A2D203;
}
.AnyTagClassName
{
color: #A2D203;
}
</style>
background-color css
<style>
a { background-color: #A2D203; }
a { background-color: rgb(162,210,3); }
div.DivClassName
{
background-color: #A2D203;
}
.BgClassName
{
background-color: #A2D203;
}
</style>
border-color css
<style>
span { border-color: #A2D203; }
span { border-color: rgb(162,210,3); }
td.TdClassName
{
border-color: #A2D203;
}
.TagClassName
{
border-color: #A2D203;
}
</style>