#A4FA7A

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

Shades of Feijoa #A4FA7A

Tints of Feijoa #A4FA7A

Color information

#A4FA7A (or 0xA4FA7A) is unknown color: approx Feijoa. HEX triplet: A4, FA and 7A. RGB value is (164,250,122). Sum of RGB (Red+Green+Blue) = 164+250+122=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA7A is #5B0585. Grayscale: #D2D2D2. Windows color (decimal): -5965190 or 8059556. OLE color: 8059556.

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

Color convert

RGB164250122-
CMYK0.3400.510.02
HSL100.31º92.75%72.94%-
HSV(B)100.31º51.2%98.04%-
XYZ53.0177.6730.61-
YUV209.6978.5195.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 250 (98.05% from 255) = 46.64%
BLUE value IS 122 (48.05% from 255) = 22.76%
R=30.60%
G=46.64%
B=22.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501220.3400.510.02100.3192.7572.94
HexA4FA7A220332645d49
Octal244372172420632144135111
Binary10100100111110101111010100010011001110110010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA7A; }

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

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

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

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

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

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

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

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