Shades of Inch Worm #A4DF16
Tints of Inch Worm #A4DF16
RGB
CMYK
RGB Variations
Color information
#A4DF16 (or 0xA4DF16) is known color: Inch Worm. HEX triplet: A4, DF and 16. RGB value is (164,223,22). Sum of RGB (Red+Green+Blue) = 164+223+22=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4DF16 is #5B20E9. Grayscale: #B7B7B7. Windows color (decimal): -5972202 or 1499044. OLE color: 1499044.
HSL color Cylindrical-coordinate representation of color #A4DF16: hue angle of 77.61º 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 #A4DF16 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 223 | 22 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.13 |
| HSL | 77.61º | 0.82% | 0.48% | - |
| HSV(B) | 77.61º | 0.9% | 0.87% | - |
| XYZ | 41.84 | 60.73 | 10.27 | - |
| YUV | 182.45 | 37.45 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 223 | 22 | 0.26 | 0 | 0.90 | 0.13 | 77.61 | 0.82 | 0.48 |
| Hex | A4 | DF | 16 | 1A | 0 | 5A | D | 4E | 52 | 30 |
| Octal | 244 | 337 | 26 | 32 | 0 | 132 | 15 | 116 | 122 | 60 |
| Binary | 10100100 | 11011111 | 10110 | 11010 | 0 | 1011010 | 1101 | 1001110 | 1010010 | 110000 |
Color Harmonies of #A4DF16
Complementary color
Monochromatic Colors of #A4DF16
Black with #A4DF16
Text Example
Text Example
White with #A4DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DF16; }
p { color: rgb(164,223,22); }
H1.HeaderClassName
{
color: #A4DF16;
}
.AnyTagClassName
{
color: #A4DF16;
}
</style>
background-color css
<style>
a { background-color: #A4DF16; }
a { background-color: rgb(164,223,22); }
div.DivClassName
{
background-color: #A4DF16;
}
.BgClassName
{
background-color: #A4DF16;
}
</style>
border-color css
<style>
span { border-color: #A4DF16; }
span { border-color: rgb(164,223,22); }
td.TdClassName
{
border-color: #A4DF16;
}
.TagClassName
{
border-color: #A4DF16;
}
</style>