#A5D37B

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

Shades of Feijoa #A5D37B

Tints of Feijoa #A5D37B

Color information

#A5D37B (or 0xA5D37B) is unknown color: approx Feijoa. HEX triplet: A5, D3 and 7B. RGB value is (165,211,123). Sum of RGB (Red+Green+Blue) = 165+211+123=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 211 (82.81% from 255 or 42.28% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 211 - color contains mainly: green. Hex color #A5D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D37B is #5A2C84. Grayscale: #BBBBBB. Windows color (decimal): -5909637 or 8115109. OLE color: 8115109.

HSL color Cylindrical-coordinate representation of color #A5D37B: hue angle of 91.36º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5D37B is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB165211123-
CMYK0.2200.420.17
HSL91.36º50%65.49%-
HSV(B)91.36º41.71%82.75%-
XYZ42.3956.0227.32-
YUV187.2191.76112.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.07%
GREEN value IS 211 (82.81% from 255) = 42.28%
BLUE value IS 123 (48.44% from 255) = 24.65%
R=33.07%
G=42.28%
B=24.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652111230.2200.420.1791.365065.49
HexA5D37B1602A115b3241
Octal245323173260522113362101
Binary101001011101001111110111011001010101000110110111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D37B; }

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

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

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

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

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

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

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

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