#A2D87B

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

Shades of Feijoa #A2D87B

Tints of Feijoa #A2D87B

Color information

#A2D87B (or 0xA2D87B) is unknown color: approx Feijoa. HEX triplet: A2, D8 and 7B. RGB value is (162,216,123). Sum of RGB (Red+Green+Blue) = 162+216+123=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D87B is #5D2784. Grayscale: #BDBDBD. Windows color (decimal): -6104965 or 8116386. OLE color: 8116386.

HSL color Cylindrical-coordinate representation of color #A2D87B: hue angle of 94.84º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2D87B is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB162216123-
CMYK0.2500.430.15
HSL94.84º54.39%66.47%-
HSV(B)94.84º43.06%84.71%-
XYZ43.0358.2227.71-
YUV189.2590.61108.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 216 (84.77% from 255) = 43.11%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=32.34%
G=43.11%
B=24.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622161230.2500.430.1594.8454.3966.47
HexA2D87B1902BF5f3642
Octal242330173310531713766102
Binary10100010110110001111011110010101011111110111111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D87B; }

 p { color: rgb(162,216,123); }

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

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

 a { background-color: rgb(162,216,123); }

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

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

 span { border-color: rgb(162,216,123); }

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