#A3C97F

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

Shades of Feijoa #A3C97F

Tints of Feijoa #A3C97F

Color information

#A3C97F (or 0xA3C97F) is unknown color: approx Feijoa. HEX triplet: A3, C9 and 7F. RGB value is (163,201,127). Sum of RGB (Red+Green+Blue) = 163+201+127=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C97F is #5C3680. Grayscale: #B5B5B5. Windows color (decimal): -6043265 or 8374691. OLE color: 8374691.

HSL color Cylindrical-coordinate representation of color #A3C97F: hue angle of 90.81º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C97F is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB163201127-
CMYK0.1900.370.21
HSL90.81º40.66%64.31%-
HSV(B)90.81º36.82%78.82%-
XYZ39.8251.0927.84-
YUV181.297.41115.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 127 (50% from 255) = 25.87%
R=33.20%
G=40.94%
B=25.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632011270.1900.370.2190.8140.6664.31
HexA3C97F13025155b2940
Octal243311177230452513351100
Binary101000111100100111111111001101001011010110110111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C97F; }

 p { color: rgb(163,201,127); }

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

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

 a { background-color: rgb(163,201,127); }

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

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

 span { border-color: rgb(163,201,127); }

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