#A8DA89

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

Shades of Feijoa #A8DA89

Tints of Feijoa #A8DA89

Color information

#A8DA89 (or 0xA8DA89) is unknown color: approx Feijoa. HEX triplet: A8, DA and 89. RGB value is (168,218,137). Sum of RGB (Red+Green+Blue) = 168+218+137=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA89 is #572576. Grayscale: #C2C2C2. Windows color (decimal): -5711223 or 9034408. OLE color: 9034408.

HSL color Cylindrical-coordinate representation of color #A8DA89: hue angle of 97.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8DA89 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB168218137-
CMYK0.2300.370.15
HSL97.04º52.26%69.61%-
HSV(B)97.04º37.16%85.49%-
XYZ45.7460.2732.89-
YUV193.8295.94109.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 137 (53.91% from 255) = 26.20%
R=32.12%
G=41.68%
B=26.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682181370.2300.370.1597.0452.2669.61
HexA8DA8917025F613446
Octal250332211270451714164106
Binary101010001101101010001001101110100101111111000011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DA89; }

 p { color: rgb(168,218,137); }

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

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

 a { background-color: rgb(168,218,137); }

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

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

 span { border-color: rgb(168,218,137); }

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