#A9CA8E

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

Shades of Feijoa #A9CA8E

Tints of Feijoa #A9CA8E

Color information

#A9CA8E (or 0xA9CA8E) is unknown color: approx Feijoa. HEX triplet: A9, CA and 8E. RGB value is (169,202,142). Sum of RGB (Red+Green+Blue) = 169+202+142=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA8E is #563571. Grayscale: #B9B9B9. Windows color (decimal): -5649778 or 9357993. OLE color: 9357993.

HSL color Cylindrical-coordinate representation of color #A9CA8E: hue angle of 93º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9CA8E is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB169202142-
CMYK0.1600.300.21
HSL93º36.14%67.45%-
HSV(B)93º29.7%79.22%-
XYZ42.3752.6333.52-
YUV185.29103.57116.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=32.94%
G=39.38%
B=27.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021420.1600.300.219336.1467.45
HexA9CA8E1001E155d2443
Octal251312216200362513544103
Binary101010011100101010001110100000111101010110111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA8E; }

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

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

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

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

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

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

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

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