#A9D795

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

Shades of Feijoa #A9D795

Tints of Feijoa #A9D795

Color information

#A9D795 (or 0xA9D795) is unknown color: approx Feijoa. HEX triplet: A9, D7 and 95. RGB value is (169,215,149). Sum of RGB (Red+Green+Blue) = 169+215+149=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D795 is #56286A. Grayscale: #C1C1C1. Windows color (decimal): -5646443 or 9820073. OLE color: 9820073.

HSL color Cylindrical-coordinate representation of color #A9D795: hue angle of 101.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9D795 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB169215149-
CMYK0.2100.310.16
HSL101.82º45.21%71.37%-
HSV(B)101.82º30.7%84.31%-
XYZ46.0959.2137.43-
YUV193.72102.76110.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=31.71%
G=40.34%
B=27.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692151490.2100.310.16101.8245.2171.37
HexA9D7951501F10662d47
Octal251327225250372014655107
Binary101010011101011110010101101010111111000011001101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D795; }

 p { color: rgb(169,215,149); }

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

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

 a { background-color: rgb(169,215,149); }

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

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

 span { border-color: rgb(169,215,149); }

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