#A7CD80

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

Shades of Feijoa #A7CD80

Tints of Feijoa #A7CD80

Color information

#A7CD80 (or 0xA7CD80) is unknown color: approx Feijoa. HEX triplet: A7, CD and 80. RGB value is (167,205,128). Sum of RGB (Red+Green+Blue) = 167+205+128=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CD80 is #58327F. Grayscale: #B9B9B9. Windows color (decimal): -5780096 or 8441255. OLE color: 8441255.

HSL color Cylindrical-coordinate representation of color #A7CD80: hue angle of 89.61º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7CD80 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB167205128-
CMYK0.1900.380.20
HSL89.61º43.5%65.29%-
HSV(B)89.61º37.56%80.39%-
XYZ41.6653.4428.54-
YUV184.8695.91115.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=33.4%
G=41%
B=25.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051280.1900.380.2089.6143.565.29
HexA7CD8013026145a2c41
Octal247315200230462413254101
Binary1010011111001101100000001001101001101010010110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD80; }

 p { color: rgb(167,205,128); }

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

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

 a { background-color: rgb(167,205,128); }

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

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

 span { border-color: rgb(167,205,128); }

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