#A5C87F

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

Shades of Feijoa #A5C87F

Tints of Feijoa #A5C87F

Color information

#A5C87F (or 0xA5C87F) is unknown color: approx Feijoa. HEX triplet: A5, C8 and 7F. RGB value is (165,200,127). Sum of RGB (Red+Green+Blue) = 165+200+127=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C87F is #5A3780. Grayscale: #B5B5B5. Windows color (decimal): -5912449 or 8374437. OLE color: 8374437.

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

Color convert

RGB165200127-
CMYK0.1800.360.22
HSL88.77º39.89%64.12%-
HSV(B)88.77º36.5%78.43%-
XYZ4050.8427.78-
YUV181.2197.4116.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 127 (50% from 255) = 25.81%
R=33.54%
G=40.65%
B=25.81%

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
Decimal1652001270.1800.360.2288.7739.8964.12
HexA5C87F1202416592840
Octal245310177220442613150100
Binary101001011100100011111111001001001001011010110011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C87F; }

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

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

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

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

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

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

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

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