#A9D88C

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

Shades of Feijoa #A9D88C

Tints of Feijoa #A9D88C

Color information

#A9D88C (or 0xA9D88C) is unknown color: approx Feijoa. HEX triplet: A9, D8 and 8C. RGB value is (169,216,140). Sum of RGB (Red+Green+Blue) = 169+216+140=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D88C is #562773. Grayscale: #C1C1C1. Windows color (decimal): -5646196 or 9230505. OLE color: 9230505.

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

Color convert

RGB169216140-
CMYK0.2200.350.15
HSL97.11º49.35%69.8%-
HSV(B)97.11º35.19%84.71%-
XYZ45.6559.4433.88-
YUV193.2897.93110.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 216 (84.77% from 255) = 41.14%
BLUE value IS 140 (55.08% from 255) = 26.67%
R=32.19%
G=41.14%
B=26.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692161400.2200.350.1597.1149.3569.8
HexA9D88C16023F613146
Octal251330214260431714161106
Binary101010011101100010001100101100100011111111000011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D88C; }

 p { color: rgb(169,216,140); }

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

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

 a { background-color: rgb(169,216,140); }

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

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

 span { border-color: rgb(169,216,140); }

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