#A3C87F

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

Shades of Feijoa #A3C87F

Tints of Feijoa #A3C87F

Color information

#A3C87F (or 0xA3C87F) is unknown color: approx Feijoa. HEX triplet: A3, C8 and 7F. RGB value is (163,200,127). Sum of RGB (Red+Green+Blue) = 163+200+127=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 127 (50% from 255 or 25.92% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C87F is #5C3780. Grayscale: #B4B4B4. Windows color (decimal): -6043521 or 8374435. OLE color: 8374435.

HSL color Cylindrical-coordinate representation of color #A3C87F: hue angle of 90.41º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C87F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB163200127-
CMYK0.1800.360.22
HSL90.41º39.89%64.12%-
HSV(B)90.41º36.5%78.43%-
XYZ39.5950.6327.76-
YUV180.6297.74115.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.27%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 127 (50% from 255) = 25.92%
R=33.27%
G=40.82%
B=25.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1632001270.1800.360.2290.4139.8964.12
HexA3C87F12024165a2840
Octal243310177220442613250100
Binary101000111100100011111111001001001001011010110101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C87F; }

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

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

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

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

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

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

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

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