#A3D971

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

Shades of Feijoa #A3D971

Tints of Feijoa #A3D971

Color information

#A3D971 (or 0xA3D971) is unknown color: approx Feijoa. HEX triplet: A3, D9 and 71. RGB value is (163,217,113). Sum of RGB (Red+Green+Blue) = 163+217+113=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D971 is #5C268E. Grayscale: #BDBDBD. Windows color (decimal): -6039183 or 7461283. OLE color: 7461283.

HSL color Cylindrical-coordinate representation of color #A3D971: hue angle of 91.15º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3D971 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB163217113-
CMYK0.2500.480.15
HSL91.15º57.78%64.71%-
HSV(B)91.15º47.93%85.1%-
XYZ42.958.624.67-
YUV18985.11109.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 217 (85.16% from 255) = 44.02%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=33.06%
G=44.02%
B=22.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632171130.2500.480.1591.1557.7864.71
HexA3D97119030F5b3a41
Octal243331161310601713372101
Binary10100011110110011110001110010110000111110110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D971; }

 p { color: rgb(163,217,113); }

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

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

 a { background-color: rgb(163,217,113); }

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

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

 span { border-color: rgb(163,217,113); }

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