#A7DC8F

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

Shades of Feijoa #A7DC8F

Tints of Feijoa #A7DC8F

Color information

#A7DC8F (or 0xA7DC8F) is unknown color: approx Feijoa. HEX triplet: A7, DC and 8F. RGB value is (167,220,143). Sum of RGB (Red+Green+Blue) = 167+220+143=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DC8F is #582370. Grayscale: #C3C3C3. Windows color (decimal): -5776241 or 9428135. OLE color: 9428135.

HSL color Cylindrical-coordinate representation of color #A7DC8F: hue angle of 101.3º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7DC8F is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB167220143-
CMYK0.2400.350.14
HSL101.3º52.38%71.18%-
HSV(B)101.3º35%86.27%-
XYZ46.4961.3935.38-
YUV195.3798.44107.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.51%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 143 (56.25% from 255) = 26.98%
R=31.51%
G=41.51%
B=26.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672201430.2400.350.14101.352.3871.18
HexA7DC8F18023E653447
Octal247334217300431614564107
Binary101001111101110010001111110000100011111011001011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DC8F; }

 p { color: rgb(167,220,143); }

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

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

 a { background-color: rgb(167,220,143); }

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

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

 span { border-color: rgb(167,220,143); }

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