#A7DD8E

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

Shades of Feijoa #A7DD8E

Tints of Feijoa #A7DD8E

Color information

#A7DD8E (or 0xA7DD8E) is unknown color: approx Feijoa. HEX triplet: A7, DD and 8E. RGB value is (167,221,142). Sum of RGB (Red+Green+Blue) = 167+221+142=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #A7DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DD8E is #582271. Grayscale: #C4C4C4. Windows color (decimal): -5775986 or 9362855. OLE color: 9362855.

HSL color Cylindrical-coordinate representation of color #A7DD8E: hue angle of 101.01º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7DD8E is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB167221142-
CMYK0.2400.360.13
HSL101.01º53.74%71.18%-
HSV(B)101.01º35.75%86.67%-
XYZ46.6861.8835.08-
YUV195.8597.61107.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.51%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=31.51%
G=41.70%
B=26.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672211420.2400.360.13101.0153.7471.18
HexA7DD8E18024D653647
Octal247335216300441514566107
Binary101001111101110110001110110000100100110111001011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DD8E; }

 p { color: rgb(167,221,142); }

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

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

 a { background-color: rgb(167,221,142); }

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

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

 span { border-color: rgb(167,221,142); }

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