#A3FA7C

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

Shades of Feijoa #A3FA7C

Tints of Feijoa #A3FA7C

Color information

#A3FA7C (or 0xA3FA7C) is unknown color: approx Feijoa. HEX triplet: A3, FA and 7C. RGB value is (163,250,124). Sum of RGB (Red+Green+Blue) = 163+250+124=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FA7C is #5C0583. Grayscale: #D2D2D2. Windows color (decimal): -6030724 or 8190627. OLE color: 8190627.

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

Color convert

RGB163250124-
CMYK0.3500.500.02
HSL101.43º92.65%73.33%-
HSV(B)101.43º50.4%98.04%-
XYZ52.9377.6131.26-
YUV209.6279.6894.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 250 (98.05% from 255) = 46.55%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=30.35%
G=46.55%
B=23.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632501240.3500.500.02101.4392.6573.33
HexA3FA7C230322655d49
Octal243372174430622145135111
Binary10100011111110101111100100011011001010110010110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FA7C; }

 p { color: rgb(163,250,124); }

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

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

 a { background-color: rgb(163,250,124); }

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

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

 span { border-color: rgb(163,250,124); }

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