#A3F118

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

Shades of Inch Worm #A3F118

Tints of Inch Worm #A3F118

Color information

#A3F118 (or 0xA3F118) is unknown color: approx Inch Worm. HEX triplet: A3, F1 and 18. RGB value is (163,241,24). Sum of RGB (Red+Green+Blue) = 163+241+24=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #A3F118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A3F118 is #5C0EE7. Grayscale: #C1C1C1. Windows color (decimal): -6033128 or 1634723. OLE color: 1634723.

HSL color Cylindrical-coordinate representation of color #A3F118: hue angle of 81.57º 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 #A3F118 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB16324124-
CMYK0.3200.900.05
HSL81.57º88.57%51.96%-
HSV(B)81.57º90.04%94.51%-
XYZ46.7270.7612.06-
YUV192.9432.66106.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 241 (94.53% from 255) = 56.31%
BLUE value IS 24 (9.77% from 255) = 5.61%
R=38.08%
G=56.31%
B=5.61%

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
Decimal163241240.3200.900.0581.5788.5751.96
HexA3F1182005A5525934
Octal24336130400132512213164
Binary1010001111110001110001000000101101010110100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F118; }

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

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

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

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

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

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

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

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