#A9CD8E

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

Shades of Feijoa #A9CD8E

Tints of Feijoa #A9CD8E

Color information

#A9CD8E (or 0xA9CD8E) is unknown color: approx Feijoa. HEX triplet: A9, CD and 8E. RGB value is (169,205,142). Sum of RGB (Red+Green+Blue) = 169+205+142=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CD8E is #563271. Grayscale: #BBBBBB. Windows color (decimal): -5649010 or 9358761. OLE color: 9358761.

HSL color Cylindrical-coordinate representation of color #A9CD8E: hue angle of 94.29º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9CD8E is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB169205142-
CMYK0.1800.310.20
HSL94.29º38.65%68.04%-
HSV(B)94.29º30.73%80.39%-
XYZ43.0854.0533.75-
YUV187.05102.57115.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 205 (80.47% from 255) = 39.73%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=32.75%
G=39.73%
B=27.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051420.1800.310.2094.2938.6568.04
HexA9CD8E1201F145e2744
Octal251315216220372413647104
Binary101010011100110110001110100100111111010010111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD8E; }

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

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

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

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

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

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

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

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