#A5D777

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

Shades of Feijoa #A5D777

Tints of Feijoa #A5D777

Color information

#A5D777 (or 0xA5D777) is unknown color: approx Feijoa. HEX triplet: A5, D7 and 77. RGB value is (165,215,119). Sum of RGB (Red+Green+Blue) = 165+215+119=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D777 is #5A2888. Grayscale: #BDBDBD. Windows color (decimal): -5908617 or 7853989. OLE color: 7853989.

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

Color convert

RGB165215119-
CMYK0.2300.450.16
HSL91.25º54.55%65.49%-
HSV(B)91.25º44.65%84.31%-
XYZ43.1557.9326.36-
YUV189.1188.44110.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 215 (84.38% from 255) = 43.09%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=33.07%
G=43.09%
B=23.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652151190.2300.450.1691.2554.5565.49
HexA5D7771702D105b3741
Octal245327167270552013367101
Binary101001011101011111101111011101011011000010110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D777; }

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

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

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

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

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

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

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

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