#A4D785

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

Shades of Feijoa #A4D785

Tints of Feijoa #A4D785

Color information

#A4D785 (or 0xA4D785) is unknown color: approx Feijoa. HEX triplet: A4, D7 and 85. RGB value is (164,215,133). Sum of RGB (Red+Green+Blue) = 164+215+133=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D785 is #5B287A. Grayscale: #BEBEBE. Windows color (decimal): -5974139 or 8771492. OLE color: 8771492.

HSL color Cylindrical-coordinate representation of color #A4D785: hue angle of 97.32º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4D785 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB164215133-
CMYK0.2400.380.16
HSL97.32º50.62%68.24%-
HSV(B)97.32º38.14%84.31%-
XYZ43.8458.1931.11-
YUV190.495.6109.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=32.03%
G=41.99%
B=25.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642151330.2400.380.1697.3250.6268.24
HexA4D7851802610613344
Octal244327205300462014163104
Binary1010010011010111100001011100001001101000011000011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D785; }

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

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

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

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

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

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

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

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