#A4FA6C

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

Shades of Feijoa #A4FA6C

Tints of Feijoa #A4FA6C

Color information

#A4FA6C (or 0xA4FA6C) is unknown color: approx Feijoa. HEX triplet: A4, FA and 6C. RGB value is (164,250,108). Sum of RGB (Red+Green+Blue) = 164+250+108=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA6C is #5B0593. Grayscale: #D0D0D0. Windows color (decimal): -5965204 or 7142052. OLE color: 7142052.

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

Color convert

RGB164250108-
CMYK0.3400.570.02
HSL96.34º93.42%70.2%-
HSV(B)96.34º56.8%98.04%-
XYZ52.277.3526.37-
YUV208.171.5196.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 108 (42.58% from 255) = 20.69%
R=31.42%
G=47.89%
B=20.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642501080.3400.570.0296.3493.4270.2
HexA4FA6C220392605d46
Octal244372154420712140135106
Binary10100100111110101101100100010011100110110000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA6C; }

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

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

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

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

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

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

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

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