#A4D875

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

Shades of Feijoa #A4D875

Tints of Feijoa #A4D875

Color information

#A4D875 (or 0xA4D875) is unknown color: approx Feijoa. HEX triplet: A4, D8 and 75. RGB value is (164,216,117). Sum of RGB (Red+Green+Blue) = 164+216+117=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D875 is #5B278A. Grayscale: #BDBDBD. Windows color (decimal): -5973899 or 7723172. OLE color: 7723172.

HSL color Cylindrical-coordinate representation of color #A4D875: hue angle of 91.52º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4D875 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB164216117-
CMYK0.2400.460.15
HSL91.52º55.93%65.29%-
HSV(B)91.52º45.83%84.71%-
XYZ43.0858.2925.81-
YUV189.1787.27110.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=33.00%
G=43.46%
B=23.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642161170.2400.460.1591.5255.9365.29
HexA4D8751802EF5c3841
Octal244330165300561713470101
Binary10100100110110001110101110000101110111110111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D875; }

 p { color: rgb(164,216,117); }

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

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

 a { background-color: rgb(164,216,117); }

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

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

 span { border-color: rgb(164,216,117); }

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