#A5D387

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

Shades of Feijoa #A5D387

Tints of Feijoa #A5D387

Color information

#A5D387 (or 0xA5D387) is unknown color: approx Feijoa. HEX triplet: A5, D3 and 87. RGB value is (165,211,135). Sum of RGB (Red+Green+Blue) = 165+211+135=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D387 is #5A2C78. Grayscale: #BCBCBC. Windows color (decimal): -5909625 or 8901541. OLE color: 8901541.

HSL color Cylindrical-coordinate representation of color #A5D387: hue angle of 96.32º 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 #A5D387 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB165211135-
CMYK0.2200.360.17
HSL96.32º46.34%67.84%-
HSV(B)96.32º36.02%82.75%-
XYZ43.1856.3431.52-
YUV188.5897.76111.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 135 (53.12% from 255) = 26.42%
R=32.29%
G=41.29%
B=26.42%

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
Decimal1652111350.2200.360.1796.3246.3467.84
HexA5D3871602411602e44
Octal245323207260442114056104
Binary1010010111010011100001111011001001001000111000001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D387; }

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

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

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

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

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

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

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

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