#A2D983

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

Shades of Feijoa #A2D983

Tints of Feijoa #A2D983

Color information

#A2D983 (or 0xA2D983) is unknown color: approx Feijoa. HEX triplet: A2, D9 and 83. RGB value is (162,217,131). Sum of RGB (Red+Green+Blue) = 162+217+131=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D983 is #5D267C. Grayscale: #BFBFBF. Windows color (decimal): -6104701 or 8640930. OLE color: 8640930.

HSL color Cylindrical-coordinate representation of color #A2D983: hue angle of 98.37º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2D983 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB162217131-
CMYK0.2500.400.15
HSL98.37º53.09%68.24%-
HSV(B)98.37º39.63%85.1%-
XYZ43.8158.9530.54-
YUV190.7594.28107.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 217 (85.16% from 255) = 42.55%
BLUE value IS 131 (51.56% from 255) = 25.69%
R=31.76%
G=42.55%
B=25.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622171310.2500.400.1598.3753.0968.24
HexA2D98319028F623544
Octal242331203310501714265104
Binary101000101101100110000011110010101000111111000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D983; }

 p { color: rgb(162,217,131); }

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

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

 a { background-color: rgb(162,217,131); }

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

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

 span { border-color: rgb(162,217,131); }

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