#A4D588

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

Shades of Feijoa #A4D588

Tints of Feijoa #A4D588

Color information

#A4D588 (or 0xA4D588) is unknown color: approx Feijoa. HEX triplet: A4, D5 and 88. RGB value is (164,213,136). Sum of RGB (Red+Green+Blue) = 164+213+136=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D588 is #5B2A77. Grayscale: #BDBDBD. Windows color (decimal): -5974648 or 8967588. OLE color: 8967588.

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

Color convert

RGB164213136-
CMYK0.2300.360.16
HSL98.18º47.83%68.43%-
HSV(B)98.18º36.15%83.53%-
XYZ43.5557.2632.05-
YUV189.5797.77109.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 136 (53.52% from 255) = 26.51%
R=31.97%
G=41.52%
B=26.51%

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
Decimal1642131360.2300.360.1698.1847.8368.43
HexA4D5881702410623044
Octal244325210270442014260104
Binary1010010011010101100010001011101001001000011000101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D588; }

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

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

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

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

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

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

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

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