#A5D677

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

Shades of Feijoa #A5D677

Tints of Feijoa #A5D677

Color information

#A5D677 (or 0xA5D677) is unknown color: approx Feijoa. HEX triplet: A5, D6 and 77. RGB value is (165,214,119). Sum of RGB (Red+Green+Blue) = 165+214+119=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D677 is #5A2988. Grayscale: #BCBCBC. Windows color (decimal): -5908873 or 7853733. OLE color: 7853733.

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

Color convert

RGB165214119-
CMYK0.2300.440.16
HSL90.95º53.67%65.29%-
HSV(B)90.95º44.39%83.92%-
XYZ42.8957.4226.28-
YUV188.5288.77111.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 214 (83.98% from 255) = 42.97%
BLUE value IS 119 (46.88% from 255) = 23.90%
R=33.13%
G=42.97%
B=23.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141190.2300.440.1690.9553.6765.29
HexA5D6771702C105b3641
Octal245326167270542013366101
Binary101001011101011011101111011101011001000010110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D677; }

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

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

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

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

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

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

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

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