#A9CB91

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

Shades of Feijoa #A9CB91

Tints of Feijoa #A9CB91

Color information

#A9CB91 (or 0xA9CB91) is unknown color: approx Feijoa. HEX triplet: A9, CB and 91. RGB value is (169,203,145). Sum of RGB (Red+Green+Blue) = 169+203+145=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CB91 is #56346E. Grayscale: #BABABA. Windows color (decimal): -5649519 or 9554857. OLE color: 9554857.

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

Color convert

RGB169203145-
CMYK0.1700.290.20
HSL95.17º35.8%68.24%-
HSV(B)95.17º28.57%79.61%-
XYZ42.8353.1934.8-
YUV186.22104.74115.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 203 (79.69% from 255) = 39.26%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=32.69%
G=39.26%
B=28.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031450.1700.290.2095.1735.868.24
HexA9CB911101D145f2444
Octal251313221210352413744104
Binary101010011100101110010001100010111011010010111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CB91; }

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

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

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

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

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

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

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

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