#A4CD7F

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

Shades of Feijoa #A4CD7F

Tints of Feijoa #A4CD7F

Color information

#A4CD7F (or 0xA4CD7F) is unknown color: approx Feijoa. HEX triplet: A4, CD and 7F. RGB value is (164,205,127). Sum of RGB (Red+Green+Blue) = 164+205+127=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CD7F is #5B3280. Grayscale: #B8B8B8. Windows color (decimal): -5976705 or 8375716. OLE color: 8375716.

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

Color convert

RGB164205127-
CMYK0.200.380.20
HSL91.54º43.82%65.1%-
HSV(B)91.54º38.05%80.39%-
XYZ40.9753.0928.17-
YUV183.8595.92113.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 205 (80.47% from 255) = 41.33%
BLUE value IS 127 (50% from 255) = 25.60%
R=33.06%
G=41.33%
B=25.60%

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
Decimal1642051270.200.380.2091.5443.8265.1
HexA4CD7F14026145c2c41
Octal244315177240462413454101
Binary101001001100110111111111010001001101010010111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD7F; }

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

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

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

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

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

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

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

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