#A9CA85

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

Shades of Feijoa #A9CA85

Tints of Feijoa #A9CA85

Color information

#A9CA85 (or 0xA9CA85) is unknown color: approx Feijoa. HEX triplet: A9, CA and 85. RGB value is (169,202,133). Sum of RGB (Red+Green+Blue) = 169+202+133=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA85 is #56357A. Grayscale: #B8B8B8. Windows color (decimal): -5649787 or 8768169. OLE color: 8768169.

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

Color convert

RGB169202133-
CMYK0.1600.340.21
HSL88.7º39.43%65.69%-
HSV(B)88.7º34.16%79.22%-
XYZ41.7252.3730.1-
YUV184.2799.07117.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=33.53%
G=40.08%
B=26.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021330.1600.340.2188.739.4365.69
HexA9CA851002215592742
Octal251312205200422513147102
Binary1010100111001010100001011000001000101010110110011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA85; }

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

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

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

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

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

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

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

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