#A5D47C

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

Shades of Feijoa #A5D47C

Tints of Feijoa #A5D47C

Color information

#A5D47C (or 0xA5D47C) is unknown color: approx Feijoa. HEX triplet: A5, D4 and 7C. RGB value is (165,212,124). Sum of RGB (Red+Green+Blue) = 165+212+124=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D47C is #5A2B83. Grayscale: #BCBCBC. Windows color (decimal): -5909380 or 8180901. OLE color: 8180901.

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

Color convert

RGB165212124-
CMYK0.2200.420.17
HSL92.05º50.57%65.88%-
HSV(B)92.05º41.51%83.14%-
XYZ42.756.5427.73-
YUV187.9291.93111.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=32.93%
G=42.32%
B=24.75%

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
Decimal1652121240.2200.420.1792.0550.5765.88
HexA5D47C1602A115c3342
Octal245324174260522113463102
Binary101001011101010011111001011001010101000110111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D47C; }

 p { color: rgb(165,212,124); }

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

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

 a { background-color: rgb(165,212,124); }

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

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

 span { border-color: rgb(165,212,124); }

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