#A0CD8E

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

Shades of Gossip #A0CD8E

Tints of Gossip #A0CD8E

Color information

#A0CD8E (or 0xA0CD8E) is unknown color: approx Gossip. HEX triplet: A0, CD and 8E. RGB value is (160,205,142). Sum of RGB (Red+Green+Blue) = 160+205+142=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD8E is #5F3271. Grayscale: #B8B8B8. Windows color (decimal): -6238834 or 9358752. OLE color: 9358752.

HSL color Cylindrical-coordinate representation of color #A0CD8E: hue angle of 102.86º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0CD8E is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB160205142-
CMYK0.2200.310.20
HSL102.86º38.65%68.04%-
HSV(B)102.86º30.73%80.39%-
XYZ41.2153.0933.67-
YUV184.36104.09110.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=31.56%
G=40.43%
B=28.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602051420.2200.310.20102.8638.6568.04
HexA0CD8E1601F14672744
Octal240315216260372414747104
Binary101000001100110110001110101100111111010011001111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD8E; }

 p { color: rgb(160,205,142); }

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

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

 a { background-color: rgb(160,205,142); }

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

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

 span { border-color: rgb(160,205,142); }

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