#A3D981

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

Shades of Feijoa #A3D981

Tints of Feijoa #A3D981

Color information

#A3D981 (or 0xA3D981) is unknown color: approx Feijoa. HEX triplet: A3, D9 and 81. RGB value is (163,217,129). Sum of RGB (Red+Green+Blue) = 163+217+129=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D981 is #5C267E. Grayscale: #BFBFBF. Windows color (decimal): -6039167 or 8509859. OLE color: 8509859.

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

Color convert

RGB163217129-
CMYK0.2500.410.15
HSL96.82º53.66%67.84%-
HSV(B)96.82º40.55%85.1%-
XYZ43.885929.84-
YUV190.8293.11108.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=32.02%
G=42.63%
B=25.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632171290.2500.410.1596.8253.6667.84
HexA3D98119029F613644
Octal243331201310511714166104
Binary101000111101100110000001110010101001111111000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D981; }

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

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

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

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

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

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

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

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