#A9D993

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

Shades of Feijoa #A9D993

Tints of Feijoa #A9D993

Color information

#A9D993 (or 0xA9D993) is unknown color: approx Feijoa. HEX triplet: A9, D9 and 93. RGB value is (169,217,147). Sum of RGB (Red+Green+Blue) = 169+217+147=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D993 is #56266C. Grayscale: #C2C2C2. Windows color (decimal): -5645933 or 9689513. OLE color: 9689513.

HSL color Cylindrical-coordinate representation of color #A9D993: hue angle of 101.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9D993 is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB169217147-
CMYK0.2200.320.15
HSL101.14º47.95%71.37%-
HSV(B)101.14º32.26%85.1%-
XYZ46.4460.1736.77-
YUV194.67101.1109.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.71%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=31.71%
G=40.71%
B=27.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692171470.2200.320.15101.1447.9571.37
HexA9D99316020F653047
Octal251331223260401714560107
Binary101010011101100110010011101100100000111111001011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D993; }

 p { color: rgb(169,217,147); }

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

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

 a { background-color: rgb(169,217,147); }

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

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

 span { border-color: rgb(169,217,147); }

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