#A6FA7F

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

Shades of Feijoa #A6FA7F

Tints of Feijoa #A6FA7F

Color information

#A6FA7F (or 0xA6FA7F) is unknown color: approx Feijoa. HEX triplet: A6, FA and 7F. RGB value is (166,250,127). Sum of RGB (Red+Green+Blue) = 166+250+127=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 127 (50% from 255 or 23.39% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FA7F is #590580. Grayscale: #D3D3D3. Windows color (decimal): -5834113 or 8387238. OLE color: 8387238.

HSL color Cylindrical-coordinate representation of color #A6FA7F: hue angle of 100.98º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6FA7F is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB166250127-
CMYK0.3400.490.02
HSL100.98º92.48%73.92%-
HSV(B)100.98º49.2%98.04%-
XYZ53.7478.0132.3-
YUV210.8680.6796-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.57%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 127 (50% from 255) = 23.39%
R=30.57%
G=46.04%
B=23.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662501270.3400.490.02100.9892.4873.92
HexA6FA7F220312655c4a
Octal246372177420612145134112
Binary10100110111110101111111100010011000110110010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FA7F; }

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

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

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

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

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

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

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

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