Shades of Inch Worm #A4DB1F
Tints of Inch Worm #A4DB1F
RGB
CMYK
RGB Variations
Color information
#A4DB1F (or 0xA4DB1F) is known color: Inch Worm. HEX triplet: A4, DB and 1F. RGB value is (164,219,31). Sum of RGB (Red+Green+Blue) = 164+219+31=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DB1F is #5B24E0. Grayscale: #B5B5B5. Windows color (decimal): -5973217 or 2087844. OLE color: 2087844.
HSL color Cylindrical-coordinate representation of color #A4DB1F: hue angle of 77.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4DB1F is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 31 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.14 |
| HSL | 77.55º | 0.75% | 0.49% | - |
| HSV(B) | 77.55º | 0.86% | 0.86% | - |
| XYZ | 40.89 | 58.65 | 10.46 | - |
| YUV | 181.12 | 43.28 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 31 | 0.25 | 0 | 0.86 | 0.14 | 77.55 | 0.75 | 0.49 |
| Hex | A4 | DB | 1F | 19 | 0 | 56 | E | 4E | 4B | 31 |
| Octal | 244 | 333 | 37 | 31 | 0 | 126 | 16 | 116 | 113 | 61 |
| Binary | 10100100 | 11011011 | 11111 | 11001 | 0 | 1010110 | 1110 | 1001110 | 1001011 | 110001 |
Color Harmonies of #A4DB1F
Complementary color
Monochromatic Colors of #A4DB1F
Black with #A4DB1F
Text Example
Text Example
White with #A4DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB1F; }
p { color: rgb(164,219,31); }
H1.HeaderClassName
{
color: #A4DB1F;
}
.AnyTagClassName
{
color: #A4DB1F;
}
</style>
background-color css
<style>
a { background-color: #A4DB1F; }
a { background-color: rgb(164,219,31); }
div.DivClassName
{
background-color: #A4DB1F;
}
.BgClassName
{
background-color: #A4DB1F;
}
</style>
border-color css
<style>
span { border-color: #A4DB1F; }
span { border-color: rgb(164,219,31); }
td.TdClassName
{
border-color: #A4DB1F;
}
.TagClassName
{
border-color: #A4DB1F;
}
</style>