#a6ef1f

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

Shades of Inch Worm #A6EF1F

Tints of Inch Worm #A6EF1F

Color information

#A6EF1F (or 0xA6EF1F) is unknown color: approx Inch Worm. HEX triplet: A6, EF and 1F. RGB value is (166,239,31). Sum of RGB (Red+Green+Blue) = 166+239+31=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 239 (93.75% from 255 or 54.82% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6EF1F is #5910E0. Grayscale: #C2C2C2. Windows color (decimal): -5837025 or 2092966. OLE color: 2092966.

HSL color Cylindrical-coordinate representation of color #A6EF1F: hue angle of 81.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6EF1F is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB16623931-
CMYK0.3100.870.06
HSL81.06º86.67%52.94%-
HSV(B)81.06º87.03%93.73%-
XYZ46.8469.9412.33-
YUV193.4636.32108.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 239 (93.75% from 255) = 54.82%
BLUE value IS 31 (12.5% from 255) = 7.11%
R=38.07%
G=54.82%
B=7.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166239310.3100.870.0681.0686.6752.94
HexA6EF1F1F0576515735
Octal24635737370127612112765
Binary101001101110111111111111110101011111010100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6ef1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6ef1f; }

 p { color: rgb(166,239,31); }

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

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

 a { background-color: rgb(166,239,31); }

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

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

 span { border-color: rgb(166,239,31); }

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