#A5FC6E

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

Shades of Feijoa #A5FC6E

Tints of Feijoa #A5FC6E

Color information

#A5FC6E (or 0xA5FC6E) is unknown color: approx Feijoa. HEX triplet: A5, FC and 6E. RGB value is (165,252,110). Sum of RGB (Red+Green+Blue) = 165+252+110=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FC6E is #5A0391. Grayscale: #D2D2D2. Windows color (decimal): -5899154 or 7273637. OLE color: 7273637.

HSL color Cylindrical-coordinate representation of color #A5FC6E: hue angle of 96.76º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5FC6E is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB165252110-
CMYK0.3500.560.01
HSL96.76º95.95%70.98%-
HSV(B)96.76º56.35%98.82%-
XYZ53.1478.7527.15-
YUV209.871.6896.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 252 (98.83% from 255) = 47.82%
BLUE value IS 110 (43.36% from 255) = 20.87%
R=31.31%
G=47.82%
B=20.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652521100.3500.560.0196.7695.9570.98
HexA5FC6E230381616047
Octal245374156430701141140107
Binary1010010111111100110111010001101110001110000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FC6E; }

 p { color: rgb(165,252,110); }

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

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

 a { background-color: rgb(165,252,110); }

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

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

 span { border-color: rgb(165,252,110); }

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