Shades of Inch Worm #A3DC21
Tints of Inch Worm #A3DC21
RGB
CMYK
RGB Variations
Color information
#A3DC21 (or 0xA3DC21) is known color: Inch Worm. HEX triplet: A3, DC and 21. RGB value is (163,220,33). Sum of RGB (Red+Green+Blue) = 163+220+33=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DC21 is #5C23DE. Grayscale: #B6B6B6. Windows color (decimal): -6038495 or 2219171. OLE color: 2219171.
HSL color Cylindrical-coordinate representation of color #A3DC21: hue angle of 78.29º 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 #A3DC21 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 33 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.14 |
| HSL | 78.29º | 0.74% | 0.5% | - |
| HSV(B) | 78.29º | 0.85% | 0.86% | - |
| XYZ | 40.97 | 59.08 | 10.68 | - |
| YUV | 181.64 | 44.12 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 33 | 0.26 | 0 | 0.85 | 0.14 | 78.29 | 0.74 | 0.5 |
| Hex | A3 | DC | 21 | 1A | 0 | 55 | E | 4E | 4A | 32 |
| Octal | 243 | 334 | 41 | 32 | 0 | 125 | 16 | 116 | 112 | 62 |
| Binary | 10100011 | 11011100 | 100001 | 11010 | 0 | 1010101 | 1110 | 1001110 | 1001010 | 110010 |
Color Harmonies of #A3DC21
Complementary color
Monochromatic Colors of #A3DC21
Black with #A3DC21
Text Example
Text Example
White with #A3DC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DC21; }
p { color: rgb(163,220,33); }
H1.HeaderClassName
{
color: #A3DC21;
}
.AnyTagClassName
{
color: #A3DC21;
}
</style>
background-color css
<style>
a { background-color: #A3DC21; }
a { background-color: rgb(163,220,33); }
div.DivClassName
{
background-color: #A3DC21;
}
.BgClassName
{
background-color: #A3DC21;
}
</style>
border-color css
<style>
span { border-color: #A3DC21; }
span { border-color: rgb(163,220,33); }
td.TdClassName
{
border-color: #A3DC21;
}
.TagClassName
{
border-color: #A3DC21;
}
</style>