#A6F516

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

Shades of Inch Worm #A6F516

Tints of Inch Worm #A6F516

Color information

#A6F516 (or 0xA6F516) is unknown color: approx Inch Worm. HEX triplet: A6, F5 and 16. RGB value is (166,245,22). Sum of RGB (Red+Green+Blue) = 166+245+22=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 245 (96.09% from 255 or 56.58% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 245 - color contains mainly: green. Hex color #A6F516 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A6F516 is #590AE9. Grayscale: #C4C4C4. Windows color (decimal): -5835498 or 1504678. OLE color: 1504678.

HSL color Cylindrical-coordinate representation of color #A6F516: hue angle of 81.26º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6F516 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB16624522-
CMYK0.3200.910.04
HSL81.26º91.77%52.35%-
HSV(B)81.26º91.02%96.08%-
XYZ48.5273.4712.38-
YUV195.9629.83106.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 245 (96.09% from 255) = 56.58%
BLUE value IS 22 (8.98% from 255) = 5.08%
R=38.34%
G=56.58%
B=5.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal166245220.3200.910.0481.2691.7752.35
HexA6F5162005B4515c34
Octal24636526400133412113464
Binary1010011011110101101101000000101101110010100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F516; }

 p { color: rgb(166,245,22); }

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

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

 a { background-color: rgb(166,245,22); }

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

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

 span { border-color: rgb(166,245,22); }

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