#A5D388

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

Shades of Feijoa #A5D388

Tints of Feijoa #A5D388

Color information

#A5D388 (or 0xA5D388) is unknown color: approx Feijoa. HEX triplet: A5, D3 and 88. RGB value is (165,211,136). Sum of RGB (Red+Green+Blue) = 165+211+136=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D388 is #5A2C77. Grayscale: #BCBCBC. Windows color (decimal): -5909624 or 8967077. OLE color: 8967077.

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

Color convert

RGB165211136-
CMYK0.2200.360.17
HSL96.8º46.01%68.04%-
HSV(B)96.8º35.55%82.75%-
XYZ43.2656.3731.89-
YUV188.798.26111.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=32.23%
G=41.21%
B=26.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111360.2200.360.1796.846.0168.04
HexA5D3881602411612e44
Octal245323210260442114156104
Binary1010010111010011100010001011001001001000111000011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D388; }

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

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

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

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

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

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

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

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