#A4D987

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

Shades of Feijoa #A4D987

Tints of Feijoa #A4D987

Color information

#A4D987 (or 0xA4D987) is unknown color: approx Feijoa. HEX triplet: A4, D9 and 87. RGB value is (164,217,135). Sum of RGB (Red+Green+Blue) = 164+217+135=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #A4D987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D987 is #5B2678. Grayscale: #C0C0C0. Windows color (decimal): -5973625 or 8903076. OLE color: 8903076.

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

Color convert

RGB164217135-
CMYK0.2400.380.15
HSL98.78º51.9%69.02%-
HSV(B)98.78º37.79%85.1%-
XYZ44.559.2732.02-
YUV191.895.94108.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=31.78%
G=42.05%
B=26.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642171350.2400.380.1598.7851.969.02
HexA4D98718026F633445
Octal244331207300461714364105
Binary101001001101100110000111110000100110111111000111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D987; }

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

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

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

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

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

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

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

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