#A0D98A

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

Shades of Gossip #A0D98A

Tints of Gossip #A0D98A

Color information

#A0D98A (or 0xA0D98A) is unknown color: approx Gossip. HEX triplet: A0, D9 and 8A. RGB value is (160,217,138). Sum of RGB (Red+Green+Blue) = 160+217+138=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D98A is #5F2675. Grayscale: #BFBFBF. Windows color (decimal): -6235766 or 9099680. OLE color: 9099680.

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

Color convert

RGB160217138-
CMYK0.2600.360.15
HSL103.29º50.97%69.61%-
HSV(B)103.29º36.41%85.1%-
XYZ43.958.9333.11-
YUV190.9598.12105.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 217 (85.16% from 255) = 42.14%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=31.07%
G=42.14%
B=26.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171380.2600.360.15103.2950.9769.61
HexA0D98A1A024F673346
Octal240331212320441714763106
Binary101000001101100110001010110100100100111111001111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D98A; }

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

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

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

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

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

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

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

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