Shades of Inch Worm #A3D210
Tints of Inch Worm #A3D210
RGB
CMYK
RGB Variations
Color information
#A3D210 (or 0xA3D210) is known color: Inch Worm. HEX triplet: A3, D2 and 10. RGB value is (163,210,16). Sum of RGB (Red+Green+Blue) = 163+210+16=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 210 (82.42% from 255 or 53.98% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D210 is #5C2DEF. Grayscale: #AEAEAE. Windows color (decimal): -6041072 or 1102499. OLE color: 1102499.
HSL color Cylindrical-coordinate representation of color #A3D210: hue angle of 74.54º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3D210 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 210 | 16 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.18 |
| HSL | 74.54º | 0.86% | 0.44% | - |
| HSV(B) | 74.54º | 0.92% | 0.82% | - |
| XYZ | 38.24 | 53.92 | 8.88 | - |
| YUV | 173.83 | 38.93 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 210 | 16 | 0.22 | 0 | 0.92 | 0.18 | 74.54 | 0.86 | 0.44 |
| Hex | A3 | D2 | 10 | 16 | 0 | 5C | 12 | 4B | 56 | 2C |
| Octal | 243 | 322 | 20 | 26 | 0 | 134 | 22 | 113 | 126 | 54 |
| Binary | 10100011 | 11010010 | 10000 | 10110 | 0 | 1011100 | 10010 | 1001011 | 1010110 | 101100 |
Color Harmonies of #A3D210
Complementary color
Monochromatic Colors of #A3D210
Black with #A3D210
Text Example
Text Example
White with #A3D210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D210; }
p { color: rgb(163,210,16); }
H1.HeaderClassName
{
color: #A3D210;
}
.AnyTagClassName
{
color: #A3D210;
}
</style>
background-color css
<style>
a { background-color: #A3D210; }
a { background-color: rgb(163,210,16); }
div.DivClassName
{
background-color: #A3D210;
}
.BgClassName
{
background-color: #A3D210;
}
</style>
border-color css
<style>
span { border-color: #A3D210; }
span { border-color: rgb(163,210,16); }
td.TdClassName
{
border-color: #A3D210;
}
.TagClassName
{
border-color: #A3D210;
}
</style>