Shades of Inch Worm #A4E014
Tints of Inch Worm #A4E014
RGB
CMYK
RGB Variations
Color information
#A4E014 (or 0xA4E014) is known color: Inch Worm. HEX triplet: A4, E0 and 14. RGB value is (164,224,20). Sum of RGB (Red+Green+Blue) = 164+224+20=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4E014 is #5B1FEB. Grayscale: #B7B7B7. Windows color (decimal): -5971948 or 1368228. OLE color: 1368228.
HSL color Cylindrical-coordinate representation of color #A4E014: hue angle of 77.65º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4E014 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 20 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.12 |
| HSL | 77.65º | 0.84% | 0.48% | - |
| HSV(B) | 77.65º | 0.91% | 0.88% | - |
| XYZ | 42.09 | 61.25 | 10.27 | - |
| YUV | 182.8 | 36.12 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 20 | 0.27 | 0 | 0.91 | 0.12 | 77.65 | 0.84 | 0.48 |
| Hex | A4 | E0 | 14 | 1B | 0 | 5B | C | 4E | 54 | 30 |
| Octal | 244 | 340 | 24 | 33 | 0 | 133 | 14 | 116 | 124 | 60 |
| Binary | 10100100 | 11100000 | 10100 | 11011 | 0 | 1011011 | 1100 | 1001110 | 1010100 | 110000 |
Color Harmonies of #A4E014
Complementary color
Monochromatic Colors of #A4E014
Black with #A4E014
Text Example
Text Example
White with #A4E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E014; }
p { color: rgb(164,224,20); }
H1.HeaderClassName
{
color: #A4E014;
}
.AnyTagClassName
{
color: #A4E014;
}
</style>
background-color css
<style>
a { background-color: #A4E014; }
a { background-color: rgb(164,224,20); }
div.DivClassName
{
background-color: #A4E014;
}
.BgClassName
{
background-color: #A4E014;
}
</style>
border-color css
<style>
span { border-color: #A4E014; }
span { border-color: rgb(164,224,20); }
td.TdClassName
{
border-color: #A4E014;
}
.TagClassName
{
border-color: #A4E014;
}
</style>