Shades of Inch Worm #A3DD1D
Tints of Inch Worm #A3DD1D
RGB
CMYK
RGB Variations
Color information
#A3DD1D (or 0xA3DD1D) is known color: Inch Worm. HEX triplet: A3, DD and 1D. RGB value is (163,221,29). Sum of RGB (Red+Green+Blue) = 163+221+29=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD1D is #5C22E2. Grayscale: #B6B6B6. Windows color (decimal): -6038243 or 1957283. OLE color: 1957283.
HSL color Cylindrical-coordinate representation of color #A3DD1D: hue angle of 78.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3DD1D is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 29 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.13 |
| HSL | 78.12º | 0.77% | 0.49% | - |
| HSV(B) | 78.12º | 0.87% | 0.87% | - |
| XYZ | 41.18 | 59.59 | 10.49 | - |
| YUV | 181.77 | 41.78 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 29 | 0.26 | 0 | 0.87 | 0.13 | 78.12 | 0.77 | 0.49 |
| Hex | A3 | DD | 1D | 1A | 0 | 57 | D | 4E | 4D | 31 |
| Octal | 243 | 335 | 35 | 32 | 0 | 127 | 15 | 116 | 115 | 61 |
| Binary | 10100011 | 11011101 | 11101 | 11010 | 0 | 1010111 | 1101 | 1001110 | 1001101 | 110001 |
Color Harmonies of #A3DD1D
Complementary color
Monochromatic Colors of #A3DD1D
Black with #A3DD1D
Text Example
Text Example
White with #A3DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DD1D; }
p { color: rgb(163,221,29); }
H1.HeaderClassName
{
color: #A3DD1D;
}
.AnyTagClassName
{
color: #A3DD1D;
}
</style>
background-color css
<style>
a { background-color: #A3DD1D; }
a { background-color: rgb(163,221,29); }
div.DivClassName
{
background-color: #A3DD1D;
}
.BgClassName
{
background-color: #A3DD1D;
}
</style>
border-color css
<style>
span { border-color: #A3DD1D; }
span { border-color: rgb(163,221,29); }
td.TdClassName
{
border-color: #A3DD1D;
}
.TagClassName
{
border-color: #A3DD1D;
}
</style>