#A0DD8B

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

Shades of Gossip #A0DD8B

Tints of Gossip #A0DD8B

Color information

#A0DD8B (or 0xA0DD8B) is unknown color: approx Gossip. HEX triplet: A0, DD and 8B. RGB value is (160,221,139). Sum of RGB (Red+Green+Blue) = 160+221+139=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD8B is #5F2274. Grayscale: #C1C1C1. Windows color (decimal): -6234741 or 9166240. OLE color: 9166240.

HSL color Cylindrical-coordinate representation of color #A0DD8B: hue angle of 104.63º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0DD8B is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB160221139-
CMYK0.2800.370.13
HSL104.63º54.67%70.59%-
HSV(B)104.63º37.1%86.67%-
XYZ45.0161.0533.84-
YUV193.4197.29104.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=30.77%
G=42.5%
B=26.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602211390.2800.370.13104.6354.6770.59
HexA0DD8B1C025D693747
Octal240335213340451515167107
Binary101000001101110110001011111000100101110111010011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DD8B; }

 p { color: rgb(160,221,139); }

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

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

 a { background-color: rgb(160,221,139); }

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

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

 span { border-color: rgb(160,221,139); }

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