#A6FE7D

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

Shades of Feijoa #A6FE7D

Tints of Feijoa #A6FE7D

Color information

#A6FE7D (or 0xA6FE7D) is unknown color: approx Feijoa. HEX triplet: A6, FE and 7D. RGB value is (166,254,125). Sum of RGB (Red+Green+Blue) = 166+254+125=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FE7D is #590182. Grayscale: #D5D5D5. Windows color (decimal): -5833091 or 8257190. OLE color: 8257190.

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

Color convert

RGB166254125-
CMYK0.3500.510.00
HSL100.93º98.47%74.31%-
HSV(B)100.93º50.79%99.61%-
XYZ54.8780.4732.04-
YUV212.9878.3594.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 254 (99.61% from 255) = 46.61%
BLUE value IS 125 (49.22% from 255) = 22.94%
R=30.46%
G=46.61%
B=22.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662541250.3500.510.00100.9398.4774.31
HexA6FE7D23033065624a
Octal246376175430630145142112
Binary1010011011111110111110110001101100110110010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FE7D; }

 p { color: rgb(166,254,125); }

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

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

 a { background-color: rgb(166,254,125); }

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

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

 span { border-color: rgb(166,254,125); }

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