Shades of Inch Worm #A2DC21
Tints of Inch Worm #A2DC21
RGB
CMYK
RGB Variations
Color information
#A2DC21 (or 0xA2DC21) is known color: Inch Worm. HEX triplet: A2, DC and 21. RGB value is (162,220,33). Sum of RGB (Red+Green+Blue) = 162+220+33=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DC21 is #5D23DE. Grayscale: #B6B6B6. Windows color (decimal): -6104031 or 2219170. OLE color: 2219170.
HSL color Cylindrical-coordinate representation of color #A2DC21: hue angle of 78.61º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2DC21 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 33 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.14 |
| HSL | 78.61º | 0.74% | 0.5% | - |
| HSV(B) | 78.61º | 0.85% | 0.86% | - |
| XYZ | 40.77 | 58.98 | 10.67 | - |
| YUV | 181.34 | 44.28 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 33 | 0.26 | 0 | 0.85 | 0.14 | 78.61 | 0.74 | 0.5 |
| Hex | A2 | DC | 21 | 1A | 0 | 55 | E | 4F | 4A | 32 |
| Octal | 242 | 334 | 41 | 32 | 0 | 125 | 16 | 117 | 112 | 62 |
| Binary | 10100010 | 11011100 | 100001 | 11010 | 0 | 1010101 | 1110 | 1001111 | 1001010 | 110010 |
Color Harmonies of #A2DC21
Complementary color
Monochromatic Colors of #A2DC21
Black with #A2DC21
Text Example
Text Example
White with #A2DC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC21; }
p { color: rgb(162,220,33); }
H1.HeaderClassName
{
color: #A2DC21;
}
.AnyTagClassName
{
color: #A2DC21;
}
</style>
background-color css
<style>
a { background-color: #A2DC21; }
a { background-color: rgb(162,220,33); }
div.DivClassName
{
background-color: #A2DC21;
}
.BgClassName
{
background-color: #A2DC21;
}
</style>
border-color css
<style>
span { border-color: #A2DC21; }
span { border-color: rgb(162,220,33); }
td.TdClassName
{
border-color: #A2DC21;
}
.TagClassName
{
border-color: #A2DC21;
}
</style>