#A2D47C

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

Shades of Feijoa #A2D47C

Tints of Feijoa #A2D47C

Color information

#A2D47C (or 0xA2D47C) is unknown color: approx Feijoa. HEX triplet: A2, D4 and 7C. RGB value is (162,212,124). Sum of RGB (Red+Green+Blue) = 162+212+124=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D47C is #5D2B83. Grayscale: #BBBBBB. Windows color (decimal): -6105988 or 8180898. OLE color: 8180898.

HSL color Cylindrical-coordinate representation of color #A2D47C: hue angle of 94.09º 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 #A2D47C is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB162212124-
CMYK0.2400.420.17
HSL94.09º50.57%65.88%-
HSV(B)94.09º41.51%83.14%-
XYZ42.0856.2227.7-
YUV187.0292.44110.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 212 (83.20% from 255) = 42.57%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=32.53%
G=42.57%
B=24.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121240.2400.420.1794.0950.5765.88
HexA2D47C1802A115e3342
Octal242324174300522113663102
Binary101000101101010011111001100001010101000110111101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D47C; }

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

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

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

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

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

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

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

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