#A7D982

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

Shades of Feijoa #A7D982

Tints of Feijoa #A7D982

Color information

#A7D982 (or 0xA7D982) is unknown color: approx Feijoa. HEX triplet: A7, D9 and 82. RGB value is (167,217,130). Sum of RGB (Red+Green+Blue) = 167+217+130=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D982 is #58267D. Grayscale: #C0C0C0. Windows color (decimal): -5777022 or 8575399. OLE color: 8575399.

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

Color convert

RGB167217130-
CMYK0.2300.400.15
HSL94.48º53.37%68.04%-
HSV(B)94.48º40.09%85.1%-
XYZ44.7859.4530.23-
YUV192.1392.94110.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 130 (51.17% from 255) = 25.29%
R=32.49%
G=42.22%
B=25.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672171300.2300.400.1594.4853.3768.04
HexA7D98217028F5e3544
Octal247331202270501713665104
Binary101001111101100110000010101110101000111110111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D982; }

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

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

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

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

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

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

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

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