#A7D984

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

Shades of Feijoa #A7D984

Tints of Feijoa #A7D984

Color information

#A7D984 (or 0xA7D984) is unknown color: approx Feijoa. HEX triplet: A7, D9 and 84. RGB value is (167,217,132). Sum of RGB (Red+Green+Blue) = 167+217+132=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D984 is #58267B. Grayscale: #C0C0C0. Windows color (decimal): -5777020 or 8706471. OLE color: 8706471.

HSL color Cylindrical-coordinate representation of color #A7D984: hue angle of 95.29º 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 #A7D984 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB167217132-
CMYK0.2300.390.15
HSL95.29º52.8%68.43%-
HSV(B)95.29º39.17%85.1%-
XYZ44.9159.5130.95-
YUV192.3693.94109.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=32.36%
G=42.05%
B=25.58%

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
Decimal1672171320.2300.390.1595.2952.868.43
HexA7D98417027F5f3544
Octal247331204270471713765104
Binary101001111101100110000100101110100111111110111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D984; }

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

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

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

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

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

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

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

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