#A9C985

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

Shades of Feijoa #A9C985

Tints of Feijoa #A9C985

Color information

#A9C985 (or 0xA9C985) is unknown color: approx Feijoa. HEX triplet: A9, C9 and 85. RGB value is (169,201,133). Sum of RGB (Red+Green+Blue) = 169+201+133=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C985 is #56367A. Grayscale: #B7B7B7. Windows color (decimal): -5650043 or 8767913. OLE color: 8767913.

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

Color convert

RGB169201133-
CMYK0.1600.340.21
HSL88.24º38.64%65.49%-
HSV(B)88.24º33.83%78.82%-
XYZ41.4851.930.02-
YUV183.6899.4117.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=33.60%
G=39.96%
B=26.44%

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
Decimal1692011330.1600.340.2188.2438.6465.49
HexA9C9851002215582741
Octal251311205200422513047101
Binary1010100111001001100001011000001000101010110110001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C985; }

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

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

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

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

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

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

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

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