#A2D980

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

Shades of Feijoa #A2D980

Tints of Feijoa #A2D980

Color information

#A2D980 (or 0xA2D980) is unknown color: approx Feijoa. HEX triplet: A2, D9 and 80. RGB value is (162,217,128). Sum of RGB (Red+Green+Blue) = 162+217+128=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D980 is #5D267F. Grayscale: #BEBEBE. Windows color (decimal): -6104704 or 8444322. OLE color: 8444322.

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

Color convert

RGB162217128-
CMYK0.2500.410.15
HSL97.08º53.94%67.65%-
HSV(B)97.08º41.01%85.1%-
XYZ43.6158.8729.49-
YUV190.4192.78107.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=31.95%
G=42.80%
B=25.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622171280.2500.410.1597.0853.9467.65
HexA2D98019029F613644
Octal242331200310511714166104
Binary101000101101100110000000110010101001111111000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D980; }

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

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

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

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

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

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

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

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