#A9C98F

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

Shades of Feijoa #A9C98F

Tints of Feijoa #A9C98F

Color information

#A9C98F (or 0xA9C98F) is unknown color: approx Feijoa. HEX triplet: A9, C9 and 8F. RGB value is (169,201,143). Sum of RGB (Red+Green+Blue) = 169+201+143=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C98F is #563670. Grayscale: #B9B9B9. Windows color (decimal): -5650033 or 9423273. OLE color: 9423273.

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

Color convert

RGB169201143-
CMYK0.1600.290.21
HSL93.1º34.94%67.45%-
HSV(B)93.1º28.86%78.82%-
XYZ42.2152.1933.84-
YUV184.82104.4116.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.94%
GREEN value IS 201 (78.91% from 255) = 39.18%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=32.94%
G=39.18%
B=27.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692011430.1600.290.2193.134.9467.45
HexA9C98F1001D155d2343
Octal251311217200352513543103
Binary101010011100100110001111100000111011010110111011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C98F; }

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

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

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

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

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

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

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

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