Shades of Inch Worm #A4D51E
Tints of Inch Worm #A4D51E
RGB
CMYK
RGB Variations
Color information
#A4D51E (or 0xA4D51E) is known color: Inch Worm. HEX triplet: A4, D5 and 1E. RGB value is (164,213,30). Sum of RGB (Red+Green+Blue) = 164+213+30=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D51E is #5B2AE1. Grayscale: #B2B2B2. Windows color (decimal): -5974754 or 2020772. OLE color: 2020772.
HSL color Cylindrical-coordinate representation of color #A4D51E: hue angle of 76.07º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4D51E is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 213 | 30 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.16 |
| HSL | 76.07º | 0.75% | 0.48% | - |
| HSV(B) | 76.07º | 0.86% | 0.84% | - |
| XYZ | 39.34 | 55.57 | 9.88 | - |
| YUV | 177.49 | 44.77 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 213 | 30 | 0.23 | 0 | 0.86 | 0.16 | 76.07 | 0.75 | 0.48 |
| Hex | A4 | D5 | 1E | 17 | 0 | 56 | 10 | 4C | 4B | 30 |
| Octal | 244 | 325 | 36 | 27 | 0 | 126 | 20 | 114 | 113 | 60 |
| Binary | 10100100 | 11010101 | 11110 | 10111 | 0 | 1010110 | 10000 | 1001100 | 1001011 | 110000 |
Color Harmonies of #A4D51E
Complementary color
Monochromatic Colors of #A4D51E
Black with #A4D51E
Text Example
Text Example
White with #A4D51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D51E; }
p { color: rgb(164,213,30); }
H1.HeaderClassName
{
color: #A4D51E;
}
.AnyTagClassName
{
color: #A4D51E;
}
</style>
background-color css
<style>
a { background-color: #A4D51E; }
a { background-color: rgb(164,213,30); }
div.DivClassName
{
background-color: #A4D51E;
}
.BgClassName
{
background-color: #A4D51E;
}
</style>
border-color css
<style>
span { border-color: #A4D51E; }
span { border-color: rgb(164,213,30); }
td.TdClassName
{
border-color: #A4D51E;
}
.TagClassName
{
border-color: #A4D51E;
}
</style>