#A4D688

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

Shades of Feijoa #A4D688

Tints of Feijoa #A4D688

Color information

#A4D688 (or 0xA4D688) is unknown color: approx Feijoa. HEX triplet: A4, D6 and 88. RGB value is (164,214,136). Sum of RGB (Red+Green+Blue) = 164+214+136=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D688 is #5B2977. Grayscale: #BEBEBE. Windows color (decimal): -5974392 or 8967844. OLE color: 8967844.

HSL color Cylindrical-coordinate representation of color #A4D688: hue angle of 98.46º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4D688 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB164214136-
CMYK0.2300.360.16
HSL98.46º48.75%68.63%-
HSV(B)98.46º36.45%83.92%-
XYZ43.857.7632.13-
YUV190.1697.44109.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 214 (83.98% from 255) = 41.63%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=31.91%
G=41.63%
B=26.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642141360.2300.360.1698.4648.7568.63
HexA4D6881702410623145
Octal244326210270442014261105
Binary1010010011010110100010001011101001001000011000101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D688; }

 p { color: rgb(164,214,136); }

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

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

 a { background-color: rgb(164,214,136); }

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

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

 span { border-color: rgb(164,214,136); }

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