#A8D984

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

Shades of Feijoa #A8D984

Tints of Feijoa #A8D984

Color information

#A8D984 (or 0xA8D984) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 84. RGB value is (168,217,132). Sum of RGB (Red+Green+Blue) = 168+217+132=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D984 is #57267B. Grayscale: #C0C0C0. Windows color (decimal): -5711484 or 8706472. OLE color: 8706472.

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

Color convert

RGB168217132-
CMYK0.2300.390.15
HSL94.59º52.8%68.43%-
HSV(B)94.59º39.17%85.1%-
XYZ45.1359.6230.96-
YUV192.6693.77110.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 217 (85.16% from 255) = 41.97%
BLUE value IS 132 (51.95% from 255) = 25.53%
R=32.50%
G=41.97%
B=25.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171320.2300.390.1594.5952.868.43
HexA8D98417027F5f3544
Octal250331204270471713765104
Binary101010001101100110000100101110100111111110111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D984; }

 p { color: rgb(168,217,132); }

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

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

 a { background-color: rgb(168,217,132); }

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

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

 span { border-color: rgb(168,217,132); }

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