#A9D18E

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

Shades of Feijoa #A9D18E

Tints of Feijoa #A9D18E

Color information

#A9D18E (or 0xA9D18E) is unknown color: approx Feijoa. HEX triplet: A9, D1 and 8E. RGB value is (169,209,142). Sum of RGB (Red+Green+Blue) = 169+209+142=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D18E is #562E71. Grayscale: #BDBDBD. Windows color (decimal): -5647986 or 9359785. OLE color: 9359785.

HSL color Cylindrical-coordinate representation of color #A9D18E: hue angle of 95.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9D18E is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB169209142-
CMYK0.1900.320.18
HSL95.82º42.14%68.82%-
HSV(B)95.82º32.06%81.96%-
XYZ44.0555.9934.08-
YUV189.4101.25113.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 142 (55.86% from 255) = 27.31%
R=32.5%
G=40.19%
B=27.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692091420.1900.320.1895.8242.1468.82
HexA9D18E1302012602a45
Octal251321216230402214052105
Binary1010100111010001100011101001101000001001011000001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D18E; }

 p { color: rgb(169,209,142); }

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

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

 a { background-color: rgb(169,209,142); }

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

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

 span { border-color: rgb(169,209,142); }

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