#A3DB82

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

Shades of Feijoa #A3DB82

Tints of Feijoa #A3DB82

Color information

#A3DB82 (or 0xA3DB82) is unknown color: approx Feijoa. HEX triplet: A3, DB and 82. RGB value is (163,219,130). Sum of RGB (Red+Green+Blue) = 163+219+130=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #A3DB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DB82 is #5C247D. Grayscale: #C0C0C0. Windows color (decimal): -6038654 or 8575907. OLE color: 8575907.

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

Color convert

RGB163219130-
CMYK0.2600.410.14
HSL97.75º55.28%68.43%-
HSV(B)97.75º40.64%85.88%-
XYZ44.4760.0630.37-
YUV192.1192.95107.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=31.84%
G=42.77%
B=25.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1632191300.2600.410.1497.7555.2868.43
HexA3DB821A029E623744
Octal243333202320511614267104
Binary101000111101101110000010110100101001111011000101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DB82; }

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

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

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

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

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

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

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

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