#A9D98A

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

Shades of Feijoa #A9D98A

Tints of Feijoa #A9D98A

Color information

#A9D98A (or 0xA9D98A) is unknown color: approx Feijoa. HEX triplet: A9, D9 and 8A. RGB value is (169,217,138). Sum of RGB (Red+Green+Blue) = 169+217+138=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D98A is #562675. Grayscale: #C1C1C1. Windows color (decimal): -5645942 or 9099689. OLE color: 9099689.

HSL color Cylindrical-coordinate representation of color #A9D98A: hue angle of 96.46º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9D98A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB169217138-
CMYK0.2200.360.15
HSL96.46º50.97%69.61%-
HSV(B)96.46º36.41%85.1%-
XYZ45.7659.933.19-
YUV193.6496.6110.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=32.25%
G=41.41%
B=26.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692171380.2200.360.1596.4650.9769.61
HexA9D98A16024F603346
Octal251331212260441714063106
Binary101010011101100110001010101100100100111111000001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D98A; }

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

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

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

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

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

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

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

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