#A9D697

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

Shades of Feijoa #A9D697

Tints of Feijoa #A9D697

Color information

#A9D697 (or 0xA9D697) is unknown color: approx Feijoa. HEX triplet: A9, D6 and 97. RGB value is (169,214,151). Sum of RGB (Red+Green+Blue) = 169+214+151=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D697 is #562968. Grayscale: #C1C1C1. Windows color (decimal): -5646697 or 9950889. OLE color: 9950889.

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

Color convert

RGB169214151-
CMYK0.2100.290.16
HSL102.86º43.45%71.57%-
HSV(B)102.86º29.44%83.92%-
XYZ45.9958.7638.2-
YUV193.36104.09110.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 214 (83.98% from 255) = 40.07%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=31.65%
G=40.07%
B=28.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692141510.2100.290.16102.8643.4571.57
HexA9D6971501D10672b48
Octal251326227250352014753110
Binary101010011101011010010111101010111011000011001111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D697; }

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

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

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

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

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

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

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

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