Shades of Inch Worm #A4D211
Tints of Inch Worm #A4D211
RGB
CMYK
RGB Variations
Color information
#A4D211 (or 0xA4D211) is known color: Inch Worm. HEX triplet: A4, D2 and 11. RGB value is (164,210,17). Sum of RGB (Red+Green+Blue) = 164+210+17=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 210 (82.42% from 255 or 53.71% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4D211 is #5B2DEE. Grayscale: #AEAEAE. Windows color (decimal): -5975535 or 1168036. OLE color: 1168036.
HSL color Cylindrical-coordinate representation of color #A4D211: hue angle of 74.3º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4D211 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 210 | 17 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.18 |
| HSL | 74.3º | 0.85% | 0.45% | - |
| HSV(B) | 74.3º | 0.92% | 0.82% | - |
| XYZ | 38.46 | 54.03 | 8.93 | - |
| YUV | 174.24 | 39.26 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 210 | 17 | 0.22 | 0 | 0.92 | 0.18 | 74.3 | 0.85 | 0.45 |
| Hex | A4 | D2 | 11 | 16 | 0 | 5C | 12 | 4A | 55 | 2D |
| Octal | 244 | 322 | 21 | 26 | 0 | 134 | 22 | 112 | 125 | 55 |
| Binary | 10100100 | 11010010 | 10001 | 10110 | 0 | 1011100 | 10010 | 1001010 | 1010101 | 101101 |
Color Harmonies of #A4D211
Complementary color
Monochromatic Colors of #A4D211
Black with #A4D211
Text Example
Text Example
White with #A4D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D211; }
p { color: rgb(164,210,17); }
H1.HeaderClassName
{
color: #A4D211;
}
.AnyTagClassName
{
color: #A4D211;
}
</style>
background-color css
<style>
a { background-color: #A4D211; }
a { background-color: rgb(164,210,17); }
div.DivClassName
{
background-color: #A4D211;
}
.BgClassName
{
background-color: #A4D211;
}
</style>
border-color css
<style>
span { border-color: #A4D211; }
span { border-color: rgb(164,210,17); }
td.TdClassName
{
border-color: #A4D211;
}
.TagClassName
{
border-color: #A4D211;
}
</style>