#A3DA7E

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

Shades of Feijoa #A3DA7E

Tints of Feijoa #A3DA7E

Color information

#A3DA7E (or 0xA3DA7E) is unknown color: approx Feijoa. HEX triplet: A3, DA and 7E. RGB value is (163,218,126). Sum of RGB (Red+Green+Blue) = 163+218+126=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DA7E is #5C2581. Grayscale: #BFBFBF. Windows color (decimal): -6038914 or 8313507. OLE color: 8313507.

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

Color convert

RGB163218126-
CMYK0.2500.420.15
HSL95.87º55.42%67.45%-
HSV(B)95.87º42.2%85.49%-
XYZ43.9459.4428.89-
YUV191.0791.28107.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 218 (85.55% from 255) = 43.00%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=32.15%
G=43.00%
B=24.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632181260.2500.420.1595.8755.4267.45
HexA3DA7E1902AF603743
Octal243332176310521714067103
Binary10100011110110101111110110010101010111111000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DA7E; }

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

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

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

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

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

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

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

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