#A9D497

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

Shades of Feijoa #A9D497

Tints of Feijoa #A9D497

Color information

#A9D497 (or 0xA9D497) is unknown color: approx Feijoa. HEX triplet: A9, D4 and 97. RGB value is (169,212,151). Sum of RGB (Red+Green+Blue) = 169+212+151=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #A9D497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D497 is #562B68. Grayscale: #C0C0C0. Windows color (decimal): -5647209 or 9950377. OLE color: 9950377.

HSL color Cylindrical-coordinate representation of color #A9D497: hue angle of 102.3º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9D497 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB169212151-
CMYK0.2000.290.17
HSL102.3º41.5%71.18%-
HSV(B)102.3º28.77%83.14%-
XYZ45.4957.7638.03-
YUV192.19104.75111.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 212 (83.20% from 255) = 39.85%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=31.77%
G=39.85%
B=28.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1692121510.2000.290.17102.341.571.18
HexA9D4971401D11662947
Octal251324227240352114651107
Binary101010011101010010010111101000111011000111001101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D497; }

 p { color: rgb(169,212,151); }

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

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

 a { background-color: rgb(169,212,151); }

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

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

 span { border-color: rgb(169,212,151); }

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