#A9DB93

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

Shades of Feijoa #A9DB93

Tints of Feijoa #A9DB93

Color information

#A9DB93 (or 0xA9DB93) is unknown color: approx Feijoa. HEX triplet: A9, DB and 93. RGB value is (169,219,147). Sum of RGB (Red+Green+Blue) = 169+219+147=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DB93 is #56246C. Grayscale: #C4C4C4. Windows color (decimal): -5645421 or 9690025. OLE color: 9690025.

HSL color Cylindrical-coordinate representation of color #A9DB93: hue angle of 101.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9DB93 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB169219147-
CMYK0.2300.330.14
HSL101.67º50%71.76%-
HSV(B)101.67º32.88%85.88%-
XYZ46.9661.236.94-
YUV195.84100.44108.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=31.59%
G=40.93%
B=27.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692191470.2300.330.14101.675071.76
HexA9DB9317021E663248
Octal251333223270411614662110
Binary101010011101101110010011101110100001111011001101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DB93; }

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

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

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

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

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

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

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

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