#A5E775

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

Shades of Feijoa #A5E775

Tints of Feijoa #A5E775

Color information

#A5E775 (or 0xA5E775) is unknown color: approx Feijoa. HEX triplet: A5, E7 and 75. RGB value is (165,231,117). Sum of RGB (Red+Green+Blue) = 165+231+117=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5E775 is #5A188A. Grayscale: #C6C6C6. Windows color (decimal): -5904523 or 7727013. OLE color: 7727013.

HSL color Cylindrical-coordinate representation of color #A5E775: hue angle of 94.74º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5E775 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB165231117-
CMYK0.2900.490.09
HSL94.74º70.37%68.24%-
HSV(B)94.74º49.35%90.59%-
XYZ47.366.4427.16-
YUV198.2782.13104.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 231 (90.62% from 255) = 45.03%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=32.16%
G=45.03%
B=22.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652311170.2900.490.0994.7470.3768.24
HexA5E7751D03195f4644
Octal2453471653506111137106104
Binary101001011110011111101011110101100011001101111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E775; }

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

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

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

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

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

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

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

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