#A5D389

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

Shades of Feijoa #A5D389

Tints of Feijoa #A5D389

Color information

#A5D389 (or 0xA5D389) is unknown color: approx Feijoa. HEX triplet: A5, D3 and 89. RGB value is (165,211,137). Sum of RGB (Red+Green+Blue) = 165+211+137=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D389 is #5A2C76. Grayscale: #BDBDBD. Windows color (decimal): -5909623 or 9032613. OLE color: 9032613.

HSL color Cylindrical-coordinate representation of color #A5D389: hue angle of 97.3º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5D389 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB165211137-
CMYK0.2200.350.17
HSL97.3º45.68%68.24%-
HSV(B)97.3º35.07%82.75%-
XYZ43.3356.3932.27-
YUV188.8198.76111.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=32.16%
G=41.13%
B=26.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111370.2200.350.1797.345.6868.24
HexA5D3891602311612e44
Octal245323211260432114156104
Binary1010010111010011100010011011001000111000111000011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D389; }

 p { color: rgb(165,211,137); }

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

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

 a { background-color: rgb(165,211,137); }

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

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

 span { border-color: rgb(165,211,137); }

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