#A8D980

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

Shades of Feijoa #A8D980

Tints of Feijoa #A8D980

Color information

#A8D980 (or 0xA8D980) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 80. RGB value is (168,217,128). Sum of RGB (Red+Green+Blue) = 168+217+128=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D980 is #57267F. Grayscale: #C0C0C0. Windows color (decimal): -5711488 or 8444328. OLE color: 8444328.

HSL color Cylindrical-coordinate representation of color #A8D980: hue angle of 93.03º 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 #A8D980 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB168217128-
CMYK0.2300.410.15
HSL93.03º53.94%67.65%-
HSV(B)93.03º41.01%85.1%-
XYZ44.8659.5129.54-
YUV192.291.77110.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 128 (50.39% from 255) = 24.95%
R=32.75%
G=42.30%
B=24.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171280.2300.410.1593.0353.9467.65
HexA8D98017029F5d3644
Octal250331200270511713566104
Binary101010001101100110000000101110101001111110111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D980; }

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

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

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

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

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

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

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

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