#A2F118

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

Shades of Inch Worm #A2F118

Tints of Inch Worm #A2F118

Color information

#A2F118 (or 0xA2F118) is unknown color: approx Inch Worm. HEX triplet: A2, F1 and 18. RGB value is (162,241,24). Sum of RGB (Red+Green+Blue) = 162+241+24=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F118 is #5D0EE7. Grayscale: #C1C1C1. Windows color (decimal): -6098664 or 1634722. OLE color: 1634722.

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

Color convert

RGB16224124-
CMYK0.3300.900.05
HSL81.84º88.57%51.96%-
HSV(B)81.84º90.04%94.51%-
XYZ46.5270.6612.05-
YUV192.6432.83106.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 241 (94.53% from 255) = 56.44%
BLUE value IS 24 (9.77% from 255) = 5.62%
R=37.94%
G=56.44%
B=5.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162241240.3300.900.0581.8488.5751.96
HexA2F1182105A5525934
Octal24236130410132512213164
Binary1010001011110001110001000010101101010110100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F118; }

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

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

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

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

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

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

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

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