#A6F119

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

Shades of Inch Worm #A6F119

Tints of Inch Worm #A6F119

Color information

#A6F119 (or 0xA6F119) is unknown color: approx Inch Worm. HEX triplet: A6, F1 and 19. RGB value is (166,241,25). Sum of RGB (Red+Green+Blue) = 166+241+25=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F119 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F119 is #590EE6. Grayscale: #C2C2C2. Windows color (decimal): -5836519 or 1700262. OLE color: 1700262.

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

Color convert

RGB16624125-
CMYK0.3100.900.05
HSL80.83º88.52%52.16%-
HSV(B)80.83º89.63%94.51%-
XYZ47.3671.0912.15-
YUV193.9532.65108.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 241 (94.53% from 255) = 55.79%
BLUE value IS 25 (10.16% from 255) = 5.79%
R=38.43%
G=55.79%
B=5.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal166241250.3100.900.0580.8388.5252.16
HexA6F1191F05A5515934
Octal24636131370132512113164
Binary101001101111000111001111110101101010110100011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F119; }

 p { color: rgb(166,241,25); }

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

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

 a { background-color: rgb(166,241,25); }

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

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

 span { border-color: rgb(166,241,25); }

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