#A4C87F

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

Shades of Feijoa #A4C87F

Tints of Feijoa #A4C87F

Color information

#A4C87F (or 0xA4C87F) is unknown color: approx Feijoa. HEX triplet: A4, C8 and 7F. RGB value is (164,200,127). Sum of RGB (Red+Green+Blue) = 164+200+127=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C87F is #5B3780. Grayscale: #B5B5B5. Windows color (decimal): -5977985 or 8374436. OLE color: 8374436.

HSL color Cylindrical-coordinate representation of color #A4C87F: hue angle of 89.59º 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 #A4C87F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB164200127-
CMYK0.1800.360.22
HSL89.59º39.89%64.12%-
HSV(B)89.59º36.5%78.43%-
XYZ39.7950.7327.77-
YUV180.9197.57115.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.40%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 127 (50% from 255) = 25.87%
R=33.40%
G=40.73%
B=25.87%

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
Decimal1642001270.1800.360.2289.5939.8964.12
HexA4C87F12024165a2840
Octal244310177220442613250100
Binary101001001100100011111111001001001001011010110101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C87F; }

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

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

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

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

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

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

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

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