Shades of Inch Worm #A3DF16
Tints of Inch Worm #A3DF16
RGB
CMYK
RGB Variations
Color information
#A3DF16 (or 0xA3DF16) is known color: Inch Worm. HEX triplet: A3, DF and 16. RGB value is (163,223,22). Sum of RGB (Red+Green+Blue) = 163+223+22=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3DF16 is #5C20E9. Grayscale: #B6B6B6. Windows color (decimal): -6037738 or 1499043. OLE color: 1499043.
HSL color Cylindrical-coordinate representation of color #A3DF16: hue angle of 77.91º 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 #A3DF16 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 22 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.13 |
| HSL | 77.91º | 0.82% | 0.48% | - |
| HSV(B) | 77.91º | 0.9% | 0.87% | - |
| XYZ | 41.64 | 60.62 | 10.27 | - |
| YUV | 182.15 | 37.62 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 22 | 0.27 | 0 | 0.90 | 0.13 | 77.91 | 0.82 | 0.48 |
| Hex | A3 | DF | 16 | 1B | 0 | 5A | D | 4E | 52 | 30 |
| Octal | 243 | 337 | 26 | 33 | 0 | 132 | 15 | 116 | 122 | 60 |
| Binary | 10100011 | 11011111 | 10110 | 11011 | 0 | 1011010 | 1101 | 1001110 | 1010010 | 110000 |
Color Harmonies of #A3DF16
Complementary color
Monochromatic Colors of #A3DF16
Black with #A3DF16
Text Example
Text Example
White with #A3DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DF16; }
p { color: rgb(163,223,22); }
H1.HeaderClassName
{
color: #A3DF16;
}
.AnyTagClassName
{
color: #A3DF16;
}
</style>
background-color css
<style>
a { background-color: #A3DF16; }
a { background-color: rgb(163,223,22); }
div.DivClassName
{
background-color: #A3DF16;
}
.BgClassName
{
background-color: #A3DF16;
}
</style>
border-color css
<style>
span { border-color: #A3DF16; }
span { border-color: rgb(163,223,22); }
td.TdClassName
{
border-color: #A3DF16;
}
.TagClassName
{
border-color: #A3DF16;
}
</style>