#A5D171

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

Shades of Feijoa #A5D171

Tints of Feijoa #A5D171

Color information

#A5D171 (or 0xA5D171) is unknown color: approx Feijoa. HEX triplet: A5, D1 and 71. RGB value is (165,209,113). Sum of RGB (Red+Green+Blue) = 165+209+113=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D171 is #5A2E8E. Grayscale: #B9B9B9. Windows color (decimal): -5910159 or 7459237. OLE color: 7459237.

HSL color Cylindrical-coordinate representation of color #A5D171: hue angle of 87.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5D171 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB165209113-
CMYK0.2100.460.18
HSL87.5º51.06%63.14%-
HSV(B)87.5º45.93%81.96%-
XYZ41.354.7924.02-
YUV184.987.42113.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 209 (82.03% from 255) = 42.92%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=33.88%
G=42.92%
B=23.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652091130.2100.460.1887.551.0663.14
HexA5D1711502E1258333f
Octal24532116125056221306377
Binary10100101110100011110001101010101110100101011000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D171; }

 p { color: rgb(165,209,113); }

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

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

 a { background-color: rgb(165,209,113); }

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

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

 span { border-color: rgb(165,209,113); }

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