#A3DB8A

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

Shades of Feijoa #A3DB8A

Tints of Feijoa #A3DB8A

Color information

#A3DB8A (or 0xA3DB8A) is unknown color: approx Feijoa. HEX triplet: A3, DB and 8A. RGB value is (163,219,138). Sum of RGB (Red+Green+Blue) = 163+219+138=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DB8A is #5C2475. Grayscale: #C1C1C1. Windows color (decimal): -6038646 or 9100195. OLE color: 9100195.

HSL color Cylindrical-coordinate representation of color #A3DB8A: hue angle of 101.48º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3DB8A is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB163219138-
CMYK0.2600.370.14
HSL101.48º52.94%70%-
HSV(B)101.48º36.99%85.88%-
XYZ45.0260.2833.31-
YUV193.0296.95106.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=31.35%
G=42.12%
B=26.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632191380.2600.370.14101.4852.9470
HexA3DB8A1A025E653546
Octal243333212320451614565106
Binary101000111101101110001010110100100101111011001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DB8A; }

 p { color: rgb(163,219,138); }

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

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

 a { background-color: rgb(163,219,138); }

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

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

 span { border-color: rgb(163,219,138); }

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