#A9CB8A

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

Shades of Feijoa #A9CB8A

Tints of Feijoa #A9CB8A

Color information

#A9CB8A (or 0xA9CB8A) is unknown color: approx Feijoa. HEX triplet: A9, CB and 8A. RGB value is (169,203,138). Sum of RGB (Red+Green+Blue) = 169+203+138=510 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.14% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CB8A is #563475. Grayscale: #B9B9B9. Windows color (decimal): -5649526 or 9096105. OLE color: 9096105.

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

Color convert

RGB169203138-
CMYK0.1700.320.20
HSL91.38º38.46%66.86%-
HSV(B)91.38º32.02%79.61%-
XYZ42.3152.9832.04-
YUV185.42101.24116.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.14%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=33.14%
G=39.80%
B=27.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031380.1700.320.2091.3838.4666.86
HexA9CB8A11020145b2643
Octal251313212210402413346103
Binary1010100111001011100010101000101000001010010110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CB8A; }

 p { color: rgb(169,203,138); }

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

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

 a { background-color: rgb(169,203,138); }

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

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

 span { border-color: rgb(169,203,138); }

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