#A1F519

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

Shades of Inch Worm #A1F519

Tints of Inch Worm #A1F519

Color information

#A1F519 (or 0xA1F519) is unknown color: approx Inch Worm. HEX triplet: A1, F5 and 19. RGB value is (161,245,25). Sum of RGB (Red+Green+Blue) = 161+245+25=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 245 (96.09% from 255 or 56.84% from 431); Blue value is 25 (10.16% from 255 or 5.80% from 431); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F519 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A1F519 is #5E0AE6. Grayscale: #C3C3C3. Windows color (decimal): -6163175 or 1701281. OLE color: 1701281.

HSL color Cylindrical-coordinate representation of color #A1F519: hue angle of 82.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1F519 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB16124525-
CMYK0.3400.900.04
HSL82.91º91.67%52.94%-
HSV(B)82.91º89.8%96.08%-
XYZ47.5372.9512.5-
YUV194.832.17103.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 245 (96.09% from 255) = 56.84%
BLUE value IS 25 (10.16% from 255) = 5.80%
R=37.35%
G=56.84%
B=5.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal161245250.3400.900.0482.9191.6752.94
HexA1F5192205A4535c35
Octal24136531420132412313465
Binary1010000111110101110011000100101101010010100111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F519; }

 p { color: rgb(161,245,25); }

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

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

 a { background-color: rgb(161,245,25); }

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

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

 span { border-color: rgb(161,245,25); }

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