Shades of Inch Worm #A4E120
Tints of Inch Worm #A4E120
RGB
CMYK
RGB Variations
Color information
#A4E120 (or 0xA4E120) is known color: Inch Worm. HEX triplet: A4, E1 and 20. RGB value is (164,225,32). Sum of RGB (Red+Green+Blue) = 164+225+32=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 225 (88.28% from 255 or 53.44% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4E120 is #5B1EDF. Grayscale: #B9B9B9. Windows color (decimal): -5971680 or 2154916. OLE color: 2154916.
HSL color Cylindrical-coordinate representation of color #A4E120: hue angle of 78.96º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4E120 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 32 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.12 |
| HSL | 78.96º | 0.76% | 0.5% | - |
| HSV(B) | 78.96º | 0.86% | 0.88% | - |
| XYZ | 42.5 | 61.85 | 11.06 | - |
| YUV | 184.76 | 41.79 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 32 | 0.27 | 0 | 0.86 | 0.12 | 78.96 | 0.76 | 0.5 |
| Hex | A4 | E1 | 20 | 1B | 0 | 56 | C | 4F | 4C | 32 |
| Octal | 244 | 341 | 40 | 33 | 0 | 126 | 14 | 117 | 114 | 62 |
| Binary | 10100100 | 11100001 | 100000 | 11011 | 0 | 1010110 | 1100 | 1001111 | 1001100 | 110010 |
Color Harmonies of #A4E120
Complementary color
Monochromatic Colors of #A4E120
Black with #A4E120
Text Example
Text Example
White with #A4E120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E120; }
p { color: rgb(164,225,32); }
H1.HeaderClassName
{
color: #A4E120;
}
.AnyTagClassName
{
color: #A4E120;
}
</style>
background-color css
<style>
a { background-color: #A4E120; }
a { background-color: rgb(164,225,32); }
div.DivClassName
{
background-color: #A4E120;
}
.BgClassName
{
background-color: #A4E120;
}
</style>
border-color css
<style>
span { border-color: #A4E120; }
span { border-color: rgb(164,225,32); }
td.TdClassName
{
border-color: #A4E120;
}
.TagClassName
{
border-color: #A4E120;
}
</style>