#A3DD82

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

Shades of Feijoa #A3DD82

Tints of Feijoa #A3DD82

Color information

#A3DD82 (or 0xA3DD82) is unknown color: approx Feijoa. HEX triplet: A3, DD and 82. RGB value is (163,221,130). Sum of RGB (Red+Green+Blue) = 163+221+130=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DD82 is #5C227D. Grayscale: #C1C1C1. Windows color (decimal): -6038142 or 8576419. OLE color: 8576419.

HSL color Cylindrical-coordinate representation of color #A3DD82: hue angle of 98.24º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A3DD82 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB163221130-
CMYK0.2600.410.13
HSL98.24º57.23%68.82%-
HSV(B)98.24º41.18%86.67%-
XYZ44.9961.1130.54-
YUV193.2892.28106.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.71%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 130 (51.17% from 255) = 25.29%
R=31.71%
G=43.00%
B=25.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632211300.2600.410.1398.2457.2368.82
HexA3DD821A029D623945
Octal243335202320511514271105
Binary101000111101110110000010110100101001110111000101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD82; }

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

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

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

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

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

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

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

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