#A4EC19

Color #A4EC19 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #A4EC19

Tints of Inch Worm #A4EC19

Color information

#A4EC19 (or 0xA4EC19) is unknown color: approx Inch Worm. HEX triplet: A4, EC and 19. RGB value is (164,236,25). Sum of RGB (Red+Green+Blue) = 164+236+25=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 236 (92.58% from 255 or 55.53% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4EC19 is #5B13E6. Grayscale: #BFBFBF. Windows color (decimal): -5968871 or 1698980. OLE color: 1698980.

HSL color Cylindrical-coordinate representation of color #A4EC19: hue angle of 80.47º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4EC19 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB16423625-
CMYK0.3100.890.07
HSL80.47º84.74%51.18%-
HSV(B)80.47º89.41%92.55%-
XYZ45.4867.9511.64-
YUV190.4234.65109.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 236 (92.58% from 255) = 55.53%
BLUE value IS 25 (10.16% from 255) = 5.88%
R=38.59%
G=55.53%
B=5.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164236250.3100.890.0780.4784.7451.18
HexA4EC191F0597505533
Octal24435431370131712012563
Binary101001001110110011001111110101100111110100001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EC19; }

 p { color: rgb(164,236,25); }

 H1.HeaderClassName
 {
   color: #A4EC19;
 }
 .AnyTagClassName
 {
   color: #A4EC19;
 }
</style>
background-color css

<style>
 a { background-color: #A4EC19; }

 a { background-color: rgb(164,236,25); }

 div.DivClassName
 {
   background-color: #A4EC19;
 }
 .BgClassName
 {
   background-color: #A4EC19;
 }
</style>
border-color css

<style>
 span { border-color: #A4EC19; }

 span { border-color: rgb(164,236,25); }

 td.TdClassName
 {
   border-color: #A4EC19;
 }
 .TagClassName
 {
   border-color: #A4EC19;
 }
</style>