#A4F118

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

Shades of Inch Worm #A4F118

Tints of Inch Worm #A4F118

Color information

#A4F118 (or 0xA4F118) is unknown color: approx Inch Worm. HEX triplet: A4, F1 and 18. RGB value is (164,241,24). Sum of RGB (Red+Green+Blue) = 164+241+24=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A4F118 is #5B0EE7. Grayscale: #C2C2C2. Windows color (decimal): -5967592 or 1634724. OLE color: 1634724.

HSL color Cylindrical-coordinate representation of color #A4F118: hue angle of 81.29º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4F118 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB16424124-
CMYK0.3200.900.05
HSL81.29º88.57%51.96%-
HSV(B)81.29º90.04%94.51%-
XYZ46.9370.8712.07-
YUV193.2432.49107.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.23%
GREEN value IS 241 (94.53% from 255) = 56.18%
BLUE value IS 24 (9.77% from 255) = 5.59%
R=38.23%
G=56.18%
B=5.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164241240.3200.900.0581.2988.5751.96
HexA4F1182005A5515934
Octal24436130400132512113164
Binary1010010011110001110001000000101101010110100011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F118; }

 p { color: rgb(164,241,24); }

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

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

 a { background-color: rgb(164,241,24); }

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

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

 span { border-color: rgb(164,241,24); }

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