#A4CE80

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

Shades of Feijoa #A4CE80

Tints of Feijoa #A4CE80

Color information

#A4CE80 (or 0xA4CE80) is unknown color: approx Feijoa. HEX triplet: A4, CE and 80. RGB value is (164,206,128). Sum of RGB (Red+Green+Blue) = 164+206+128=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CE80 is #5B317F. Grayscale: #B8B8B8. Windows color (decimal): -5976448 or 8441508. OLE color: 8441508.

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

Color convert

RGB164206128-
CMYK0.2000.380.19
HSL92.31º44.32%65.49%-
HSV(B)92.31º37.86%80.78%-
XYZ41.2853.5928.59-
YUV184.5596.09113.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.93%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=32.93%
G=41.37%
B=25.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642061280.2000.380.1992.3144.3265.49
HexA4CE8014026135c2c41
Octal244316200240462313454101
Binary1010010011001110100000001010001001101001110111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE80; }

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

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

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

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

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

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

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

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