Shades of Inch Worm #A7DF16
Tints of Inch Worm #A7DF16
RGB
CMYK
RGB Variations
Color information
#A7DF16 (or 0xA7DF16) is known color: Inch Worm. HEX triplet: A7, DF and 16. RGB value is (167,223,22). Sum of RGB (Red+Green+Blue) = 167+223+22=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7DF16 is #5820E9. Grayscale: #B8B8B8. Windows color (decimal): -5775594 or 1499047. OLE color: 1499047.
HSL color Cylindrical-coordinate representation of color #A7DF16: hue angle of 76.72º 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 #A7DF16 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 22 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.13 |
| HSL | 76.72º | 0.82% | 0.48% | - |
| HSV(B) | 76.72º | 0.9% | 0.87% | - |
| XYZ | 42.47 | 61.05 | 10.3 | - |
| YUV | 183.34 | 36.95 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 22 | 0.25 | 0 | 0.90 | 0.13 | 76.72 | 0.82 | 0.48 |
| Hex | A7 | DF | 16 | 19 | 0 | 5A | D | 4D | 52 | 30 |
| Octal | 247 | 337 | 26 | 31 | 0 | 132 | 15 | 115 | 122 | 60 |
| Binary | 10100111 | 11011111 | 10110 | 11001 | 0 | 1011010 | 1101 | 1001101 | 1010010 | 110000 |
Color Harmonies of #A7DF16
Complementary color
Monochromatic Colors of #A7DF16
Black with #A7DF16
Text Example
Text Example
White with #A7DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DF16; }
p { color: rgb(167,223,22); }
H1.HeaderClassName
{
color: #A7DF16;
}
.AnyTagClassName
{
color: #A7DF16;
}
</style>
background-color css
<style>
a { background-color: #A7DF16; }
a { background-color: rgb(167,223,22); }
div.DivClassName
{
background-color: #A7DF16;
}
.BgClassName
{
background-color: #A7DF16;
}
</style>
border-color css
<style>
span { border-color: #A7DF16; }
span { border-color: rgb(167,223,22); }
td.TdClassName
{
border-color: #A7DF16;
}
.TagClassName
{
border-color: #A7DF16;
}
</style>