#A9CA8A

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

Shades of Feijoa #A9CA8A

Tints of Feijoa #A9CA8A

Color information

#A9CA8A (or 0xA9CA8A) is unknown color: approx Feijoa. HEX triplet: A9, CA and 8A. RGB value is (169,202,138). Sum of RGB (Red+Green+Blue) = 169+202+138=509 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.20% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CA8A is #563575. Grayscale: #B9B9B9. Windows color (decimal): -5649782 or 9095849. OLE color: 9095849.

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

Color convert

RGB169202138-
CMYK0.1600.320.21
HSL90.94º37.65%66.67%-
HSV(B)90.94º31.68%79.22%-
XYZ42.0752.5131.96-
YUV184.84101.57116.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.20%
GREEN value IS 202 (79.30% from 255) = 39.69%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=33.20%
G=39.69%
B=27.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021380.1600.320.2190.9437.6566.67
HexA9CA8A10020155b2643
Octal251312212200402513346103
Binary1010100111001010100010101000001000001010110110111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA8A; }

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

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

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

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

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

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

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

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