#A3D97E

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

Shades of Feijoa #A3D97E

Tints of Feijoa #A3D97E

Color information

#A3D97E (or 0xA3D97E) is unknown color: approx Feijoa. HEX triplet: A3, D9 and 7E. RGB value is (163,217,126). Sum of RGB (Red+Green+Blue) = 163+217+126=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D97E is #5C2681. Grayscale: #BEBEBE. Windows color (decimal): -6039170 or 8313251. OLE color: 8313251.

HSL color Cylindrical-coordinate representation of color #A3D97E: hue angle of 95.6º degrees, saturation: 0.54, 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 #A3D97E is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB163217126-
CMYK0.2500.420.15
HSL95.6º54.49%67.25%-
HSV(B)95.6º41.94%85.1%-
XYZ43.6858.9228.81-
YUV190.4891.61108.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 126 (49.61% from 255) = 24.90%
R=32.21%
G=42.89%
B=24.90%

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
Decimal1632171260.2500.420.1595.654.4967.25
HexA3D97E1902AF603643
Octal243331176310521714066103
Binary10100011110110011111110110010101010111111000001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D97E; }

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

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

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

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

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

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

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

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