#A9C98D

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

Shades of Feijoa #A9C98D

Tints of Feijoa #A9C98D

Color information

#A9C98D (or 0xA9C98D) is unknown color: approx Feijoa. HEX triplet: A9, C9 and 8D. RGB value is (169,201,141). Sum of RGB (Red+Green+Blue) = 169+201+141=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C98D is #563672. Grayscale: #B8B8B8. Windows color (decimal): -5650035 or 9292201. OLE color: 9292201.

HSL color Cylindrical-coordinate representation of color #A9C98D: hue angle of 92º 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 #A9C98D is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB169201141-
CMYK0.1600.300.21
HSL92º35.71%67.06%-
HSV(B)92º29.85%78.82%-
XYZ42.0652.1333.05-
YUV184.59103.4116.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=33.07%
G=39.33%
B=27.59%

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
Decimal1692011410.1600.300.219235.7167.06
HexA9C98D1001E155c2443
Octal251311215200362513444103
Binary101010011100100110001101100000111101010110111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C98D; }

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

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

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

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

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

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

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

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