#A5D47E

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

Shades of Feijoa #A5D47E

Tints of Feijoa #A5D47E

Color information

#A5D47E (or 0xA5D47E) is unknown color: approx Feijoa. HEX triplet: A5, D4 and 7E. RGB value is (165,212,126). Sum of RGB (Red+Green+Blue) = 165+212+126=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D47E is #5A2B81. Grayscale: #BCBCBC. Windows color (decimal): -5909378 or 8311973. OLE color: 8311973.

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

Color convert

RGB165212126-
CMYK0.2200.410.17
HSL92.79º50%66.27%-
HSV(B)92.79º40.57%83.14%-
XYZ42.8356.5928.4-
YUV188.1492.93111.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 212 (83.20% from 255) = 42.15%
BLUE value IS 126 (49.61% from 255) = 25.05%
R=32.80%
G=42.15%
B=25.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652121260.2200.410.1792.795066.27
HexA5D47E16029115d3242
Octal245324176260512113562102
Binary101001011101010011111101011001010011000110111011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D47E; }

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

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

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

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

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

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

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

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