#A3DA83

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

Shades of Feijoa #A3DA83

Tints of Feijoa #A3DA83

Color information

#A3DA83 (or 0xA3DA83) is unknown color: approx Feijoa. HEX triplet: A3, DA and 83. RGB value is (163,218,131). Sum of RGB (Red+Green+Blue) = 163+218+131=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DA83 is #5C257C. Grayscale: #BFBFBF. Windows color (decimal): -6038909 or 8641187. OLE color: 8641187.

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

Color convert

RGB163218131-
CMYK0.2500.400.15
HSL97.93º54.04%68.43%-
HSV(B)97.93º39.91%85.49%-
XYZ44.2759.5730.64-
YUV191.6493.78107.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 218 (85.55% from 255) = 42.58%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=31.84%
G=42.58%
B=25.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632181310.2500.400.1597.9354.0468.43
HexA3DA8319028F623644
Octal243332203310501714266104
Binary101000111101101010000011110010101000111111000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DA83; }

 p { color: rgb(163,218,131); }

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

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

 a { background-color: rgb(163,218,131); }

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

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

 span { border-color: rgb(163,218,131); }

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