#A4D985

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

Shades of Feijoa #A4D985

Tints of Feijoa #A4D985

Color information

#A4D985 (or 0xA4D985) is unknown color: approx Feijoa. HEX triplet: A4, D9 and 85. RGB value is (164,217,133). Sum of RGB (Red+Green+Blue) = 164+217+133=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D985 is #5B267A. Grayscale: #BFBFBF. Windows color (decimal): -5973627 or 8772004. OLE color: 8772004.

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

Color convert

RGB164217133-
CMYK0.2400.390.15
HSL97.86º52.5%68.63%-
HSV(B)97.86º38.71%85.1%-
XYZ44.3659.2131.28-
YUV191.5894.94108.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=31.91%
G=42.22%
B=25.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642171330.2400.390.1597.8652.568.63
HexA4D98518027F623545
Octal244331205300471714265105
Binary101001001101100110000101110000100111111111000101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D985; }

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

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

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

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

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

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

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

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