#A4CD80

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

Shades of Feijoa #A4CD80

Tints of Feijoa #A4CD80

Color information

#A4CD80 (or 0xA4CD80) is unknown color: approx Feijoa. HEX triplet: A4, CD and 80. RGB value is (164,205,128). Sum of RGB (Red+Green+Blue) = 164+205+128=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CD80 is #5B327F. Grayscale: #B8B8B8. Windows color (decimal): -5976704 or 8441252. OLE color: 8441252.

HSL color Cylindrical-coordinate representation of color #A4CD80: hue angle of 91.95º 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 #A4CD80 is Cyan = 0.2, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB164205128-
CMYK0.200.380.20
HSL91.95º43.5%65.29%-
HSV(B)91.95º37.56%80.39%-
XYZ41.0453.1128.51-
YUV183.9696.42113.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=33.00%
G=41.25%
B=25.75%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051280.200.380.2091.9543.565.29
HexA4CD8014026145c2c41
Octal244315200240462413454101
Binary1010010011001101100000001010001001101010010111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD80; }

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

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

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

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

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

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

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

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