#A6EC80

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

Shades of Feijoa #A6EC80

Tints of Feijoa #A6EC80

Color information

#A6EC80 (or 0xA6EC80) is unknown color: approx Feijoa. HEX triplet: A6, EC and 80. RGB value is (166,236,128). Sum of RGB (Red+Green+Blue) = 166+236+128=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EC80 is #59137F. Grayscale: #CBCBCB. Windows color (decimal): -5837696 or 8449190. OLE color: 8449190.

HSL color Cylindrical-coordinate representation of color #A6EC80: hue angle of 98.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6EC80 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB166236128-
CMYK0.3000.460.07
HSL98.89º73.97%71.37%-
HSV(B)98.89º45.76%92.55%-
XYZ49.6269.6631.25-
YUV202.7685.81101.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 236 (92.58% from 255) = 44.53%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=31.32%
G=44.53%
B=24.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662361280.3000.460.0798.8973.9771.37
HexA6EC801E02E7634a47
Octal246354200360567143112107
Binary101001101110110010000000111100101110111110001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EC80; }

 p { color: rgb(166,236,128); }

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

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

 a { background-color: rgb(166,236,128); }

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

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

 span { border-color: rgb(166,236,128); }

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