#A4FA6E

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

Shades of Feijoa #A4FA6E

Tints of Feijoa #A4FA6E

Color information

#A4FA6E (or 0xA4FA6E) is unknown color: approx Feijoa. HEX triplet: A4, FA and 6E. RGB value is (164,250,110). Sum of RGB (Red+Green+Blue) = 164+250+110=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 110 (43.36% from 255 or 20.99% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA6E is #5B0591. Grayscale: #D0D0D0. Windows color (decimal): -5965202 or 7273124. OLE color: 7273124.

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

Color convert

RGB164250110-
CMYK0.3400.560.02
HSL96.86º93.33%70.59%-
HSV(B)96.86º56%98.04%-
XYZ52.3177.3926.93-
YUV208.3372.5196.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 250 (98.05% from 255) = 47.71%
BLUE value IS 110 (43.36% from 255) = 20.99%
R=31.30%
G=47.71%
B=20.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501100.3400.560.0296.8693.3370.59
HexA4FA6E220382615d47
Octal244372156420702141135107
Binary10100100111110101101110100010011100010110000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA6E; }

 p { color: rgb(164,250,110); }

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

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

 a { background-color: rgb(164,250,110); }

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

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

 span { border-color: rgb(164,250,110); }

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