Shades of Inch Worm #A3DE16
Tints of Inch Worm #A3DE16
RGB
CMYK
RGB Variations
Color information
#A3DE16 (or 0xA3DE16) is known color: Inch Worm. HEX triplet: A3, DE and 16. RGB value is (163,222,22). Sum of RGB (Red+Green+Blue) = 163+222+22=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DE16 is #5C21E9. Grayscale: #B6B6B6. Windows color (decimal): -6037994 or 1498787. OLE color: 1498787.
HSL color Cylindrical-coordinate representation of color #A3DE16: hue angle of 77.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3DE16 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 22 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.13 |
| HSL | 77.7º | 0.82% | 0.48% | - |
| HSV(B) | 77.7º | 0.9% | 0.87% | - |
| XYZ | 41.37 | 60.09 | 10.18 | - |
| YUV | 181.56 | 37.95 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 22 | 0.27 | 0 | 0.90 | 0.13 | 77.7 | 0.82 | 0.48 |
| Hex | A3 | DE | 16 | 1B | 0 | 5A | D | 4E | 52 | 30 |
| Octal | 243 | 336 | 26 | 33 | 0 | 132 | 15 | 116 | 122 | 60 |
| Binary | 10100011 | 11011110 | 10110 | 11011 | 0 | 1011010 | 1101 | 1001110 | 1010010 | 110000 |
Color Harmonies of #A3DE16
Complementary color
Monochromatic Colors of #A3DE16
Black with #A3DE16
Text Example
Text Example
White with #A3DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DE16; }
p { color: rgb(163,222,22); }
H1.HeaderClassName
{
color: #A3DE16;
}
.AnyTagClassName
{
color: #A3DE16;
}
</style>
background-color css
<style>
a { background-color: #A3DE16; }
a { background-color: rgb(163,222,22); }
div.DivClassName
{
background-color: #A3DE16;
}
.BgClassName
{
background-color: #A3DE16;
}
</style>
border-color css
<style>
span { border-color: #A3DE16; }
span { border-color: rgb(163,222,22); }
td.TdClassName
{
border-color: #A3DE16;
}
.TagClassName
{
border-color: #A3DE16;
}
</style>