#A4CD87

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

Shades of Feijoa #A4CD87

Tints of Feijoa #A4CD87

Color information

#A4CD87 (or 0xA4CD87) is unknown color: approx Feijoa. HEX triplet: A4, CD and 87. RGB value is (164,205,135). Sum of RGB (Red+Green+Blue) = 164+205+135=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CD87 is #5B3278. Grayscale: #B8B8B8. Windows color (decimal): -5976697 or 8900004. OLE color: 8900004.

HSL color Cylindrical-coordinate representation of color #A4CD87: hue angle of 95.14º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4CD87 is Cyan = 0.2, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB164205135-
CMYK0.200.340.20
HSL95.14º41.18%66.67%-
HSV(B)95.14º34.15%80.39%-
XYZ41.5153.331.02-
YUV184.7699.92113.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=32.54%
G=40.67%
B=26.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051350.200.340.2095.1441.1866.67
HexA4CD8714022145f2943
Octal244315207240422413751103
Binary1010010011001101100001111010001000101010010111111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD87; }

 p { color: rgb(164,205,135); }

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

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

 a { background-color: rgb(164,205,135); }

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

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

 span { border-color: rgb(164,205,135); }

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