#A4CD85

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

Shades of Feijoa #A4CD85

Tints of Feijoa #A4CD85

Color information

#A4CD85 (or 0xA4CD85) is unknown color: approx Feijoa. HEX triplet: A4, CD and 85. RGB value is (164,205,133). Sum of RGB (Red+Green+Blue) = 164+205+133=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CD85 is #5B327A. Grayscale: #B8B8B8. Windows color (decimal): -5976699 or 8768932. OLE color: 8768932.

HSL color Cylindrical-coordinate representation of color #A4CD85: hue angle of 94.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4CD85 is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB164205133-
CMYK0.200.350.20
HSL94.17º41.86%66.27%-
HSV(B)94.17º35.12%80.39%-
XYZ41.3753.2530.29-
YUV184.5398.92113.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=32.67%
G=40.84%
B=26.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642051330.200.350.2094.1741.8666.27
HexA4CD8514023145e2a42
Octal244315205240432413652102
Binary1010010011001101100001011010001000111010010111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CD85; }

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

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

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

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

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

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

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

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