#A9CA95

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

Shades of Feijoa #A9CA95

Tints of Feijoa #A9CA95

Color information

#A9CA95 (or 0xA9CA95) is unknown color: approx Feijoa. HEX triplet: A9, CA and 95. RGB value is (169,202,149). Sum of RGB (Red+Green+Blue) = 169+202+149=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA95 is #56356A. Grayscale: #BABABA. Windows color (decimal): -5649771 or 9816745. OLE color: 9816745.

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

Color convert

RGB169202149-
CMYK0.1600.260.21
HSL97.36º33.33%68.82%-
HSV(B)97.36º26.24%79.22%-
XYZ42.9152.8536.37-
YUV186.09107.07115.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=32.5%
G=38.85%
B=28.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021490.1600.260.2197.3633.3368.82
HexA9CA951001A15612145
Octal251312225200322514141105
Binary101010011100101010010101100000110101010111000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA95; }

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

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

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

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

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

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

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

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