#A9CA87

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

Shades of Feijoa #A9CA87

Tints of Feijoa #A9CA87

Color information

#A9CA87 (or 0xA9CA87) is unknown color: approx Feijoa. HEX triplet: A9, CA and 87. RGB value is (169,202,135). Sum of RGB (Red+Green+Blue) = 169+202+135=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA87 is #563578. Grayscale: #B8B8B8. Windows color (decimal): -5649785 or 8899241. OLE color: 8899241.

HSL color Cylindrical-coordinate representation of color #A9CA87: hue angle of 89.55º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9CA87 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB169202135-
CMYK0.1600.330.21
HSL89.55º38.73%66.08%-
HSV(B)89.55º33.17%79.22%-
XYZ41.8652.4330.83-
YUV184.5100.07116.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 135 (53.12% from 255) = 26.68%
R=33.40%
G=39.92%
B=26.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021350.1600.330.2189.5538.7366.08
HexA9CA8710021155a2742
Octal251312207200412513247102
Binary1010100111001010100001111000001000011010110110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA87; }

 p { color: rgb(169,202,135); }

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

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

 a { background-color: rgb(169,202,135); }

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

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

 span { border-color: rgb(169,202,135); }

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