#A0D989

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

Shades of Gossip #A0D989

Tints of Gossip #A0D989

Color information

#A0D989 (or 0xA0D989) is unknown color: approx Gossip. HEX triplet: A0, D9 and 89. RGB value is (160,217,137). Sum of RGB (Red+Green+Blue) = 160+217+137=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D989 is #5F2676. Grayscale: #BFBFBF. Windows color (decimal): -6235767 or 9034144. OLE color: 9034144.

HSL color Cylindrical-coordinate representation of color #A0D989: hue angle of 102.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0D989 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB160217137-
CMYK0.2600.370.15
HSL102.75º51.28%69.41%-
HSV(B)102.75º36.87%85.1%-
XYZ43.8358.9132.73-
YUV190.8497.62106-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.13%
GREEN value IS 217 (85.16% from 255) = 42.22%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=31.13%
G=42.22%
B=26.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171370.2600.370.15102.7551.2869.41
HexA0D9891A025F673345
Octal240331211320451714763105
Binary101000001101100110001001110100100101111111001111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D989; }

 p { color: rgb(160,217,137); }

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

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

 a { background-color: rgb(160,217,137); }

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

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

 span { border-color: rgb(160,217,137); }

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