#A3FC7A

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

Shades of Feijoa #A3FC7A

Tints of Feijoa #A3FC7A

Color information

#A3FC7A (or 0xA3FC7A) is unknown color: approx Feijoa. HEX triplet: A3, FC and 7A. RGB value is (163,252,122). Sum of RGB (Red+Green+Blue) = 163+252+122=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 122 (48.05% from 255 or 22.72% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3FC7A is #5C0385. Grayscale: #D2D2D2. Windows color (decimal): -6030214 or 8060067. OLE color: 8060067.

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

Color convert

RGB163252122-
CMYK0.3500.520.01
HSL101.08º95.59%73.33%-
HSV(B)101.08º51.59%98.82%-
XYZ53.4378.8130.81-
YUV210.5778.0194.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 252 (98.83% from 255) = 46.93%
BLUE value IS 122 (48.05% from 255) = 22.72%
R=30.35%
G=46.93%
B=22.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632521220.3500.520.01101.0895.5973.33
HexA3FC7A230341656049
Octal243374172430641145140111
Binary1010001111111100111101010001101101001110010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3FC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3FC7A; }

 p { color: rgb(163,252,122); }

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

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

 a { background-color: rgb(163,252,122); }

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

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

 span { border-color: rgb(163,252,122); }

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