#A6FF7C

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

Shades of Feijoa #A6FF7C

Tints of Feijoa #A6FF7C

Color information

#A6FF7C (or 0xA6FF7C) is unknown color: approx Feijoa. HEX triplet: A6, FF and 7C. RGB value is (166,255,124). Sum of RGB (Red+Green+Blue) = 166+255+124=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF7C is #590083. Grayscale: #D5D5D5. Windows color (decimal): -5832836 or 8191910. OLE color: 8191910.

HSL color Cylindrical-coordinate representation of color #A6FF7C: hue angle of 100.76º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6FF7C is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB166255124-
CMYK0.3500.510
HSL100.76º100%74.31%-
HSV(B)100.76º51.37%100%-
XYZ55.1281.0831.81-
YUV213.4677.5194.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 124 (48.83% from 255) = 22.75%
R=30.46%
G=46.79%
B=22.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551240.3500.510100.7610074.31
HexA6FF7C23033065644a
Octal246377174430630145144112
Binary1010011011111111111110010001101100110110010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FF7C; }

 p { color: rgb(166,255,124); }

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

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

 a { background-color: rgb(166,255,124); }

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

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

 span { border-color: rgb(166,255,124); }

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