#A5D57B

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

Shades of Feijoa #A5D57B

Tints of Feijoa #A5D57B

Color information

#A5D57B (or 0xA5D57B) is unknown color: approx Feijoa. HEX triplet: A5, D5 and 7B. RGB value is (165,213,123). Sum of RGB (Red+Green+Blue) = 165+213+123=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D57B is #5A2A84. Grayscale: #BCBCBC. Windows color (decimal): -5909125 or 8115621. OLE color: 8115621.

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

Color convert

RGB165213123-
CMYK0.2300.420.16
HSL92º51.72%65.88%-
HSV(B)92º42.25%83.53%-
XYZ42.8957.0227.48-
YUV188.3991.1111.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=32.93%
G=42.51%
B=24.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131230.2300.420.169251.7265.88
HexA5D57B1702A105c3442
Octal245325173270522013464102
Binary101001011101010111110111011101010101000010111001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D57B; }

 p { color: rgb(165,213,123); }

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

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

 a { background-color: rgb(165,213,123); }

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

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

 span { border-color: rgb(165,213,123); }

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