#A5D775

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

Shades of Feijoa #A5D775

Tints of Feijoa #A5D775

Color information

#A5D775 (or 0xA5D775) is unknown color: approx Feijoa. HEX triplet: A5, D7 and 75. RGB value is (165,215,117). Sum of RGB (Red+Green+Blue) = 165+215+117=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D775 is #5A288A. Grayscale: #BDBDBD. Windows color (decimal): -5908619 or 7722917. OLE color: 7722917.

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

Color convert

RGB165215117-
CMYK0.2300.460.16
HSL90.61º55.06%65.1%-
HSV(B)90.61º45.58%84.31%-
XYZ43.0357.8825.73-
YUV188.8887.44110.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 215 (84.38% from 255) = 43.26%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=33.20%
G=43.26%
B=23.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151170.2300.460.1690.6155.0665.1
HexA5D7751702E105b3741
Octal245327165270562013367101
Binary101001011101011111101011011101011101000010110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D775; }

 p { color: rgb(165,215,117); }

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

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

 a { background-color: rgb(165,215,117); }

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

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

 span { border-color: rgb(165,215,117); }

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