#A9C98A

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

Shades of Feijoa #A9C98A

Tints of Feijoa #A9C98A

Color information

#A9C98A (or 0xA9C98A) is unknown color: approx Feijoa. HEX triplet: A9, C9 and 8A. RGB value is (169,201,138). Sum of RGB (Red+Green+Blue) = 169+201+138=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C98A is #563675. Grayscale: #B8B8B8. Windows color (decimal): -5650038 or 9095593. OLE color: 9095593.

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

Color convert

RGB169201138-
CMYK0.1600.310.21
HSL90.48º36.84%66.47%-
HSV(B)90.48º31.34%78.82%-
XYZ41.8452.0431.89-
YUV184.25101.9117.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 201 (78.91% from 255) = 39.57%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=33.27%
G=39.57%
B=27.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011380.1600.310.2190.4836.8466.47
HexA9C98A1001F155a2542
Octal251311212200372513245102
Binary101010011100100110001010100000111111010110110101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C98A; }

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

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

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

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

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

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

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

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