#A6FC7F

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

Shades of Feijoa #A6FC7F

Tints of Feijoa #A6FC7F

Color information

#A6FC7F (or 0xA6FC7F) is unknown color: approx Feijoa. HEX triplet: A6, FC and 7F. RGB value is (166,252,127). Sum of RGB (Red+Green+Blue) = 166+252+127=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FC7F is #590380. Grayscale: #D4D4D4. Windows color (decimal): -5833601 or 8387750. OLE color: 8387750.

HSL color Cylindrical-coordinate representation of color #A6FC7F: hue angle of 101.28º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6FC7F is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB166252127-
CMYK0.3400.500.01
HSL101.28º95.42%74.31%-
HSV(B)101.28º49.6%98.82%-
XYZ54.3779.2632.51-
YUV212.0480.0195.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 127 (50% from 255) = 23.30%
R=30.46%
G=46.24%
B=23.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1662521270.3400.500.01101.2895.4274.31
HexA6FC7F220321655f4a
Octal246374177420621145137112
Binary1010011011111100111111110001001100101110010110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FC7F; }

 p { color: rgb(166,252,127); }

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

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

 a { background-color: rgb(166,252,127); }

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

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

 span { border-color: rgb(166,252,127); }

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