#A0D27C

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

Shades of Gossip #A0D27C

Tints of Gossip #A0D27C

Color information

#A0D27C (or 0xA0D27C) is unknown color: approx Gossip. HEX triplet: A0, D2 and 7C. RGB value is (160,210,124). Sum of RGB (Red+Green+Blue) = 160+210+124=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D27C is #5F2D83. Grayscale: #B9B9B9. Windows color (decimal): -6237572 or 8180384. OLE color: 8180384.

HSL color Cylindrical-coordinate representation of color #A0D27C: hue angle of 94.88º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0D27C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB160210124-
CMYK0.2400.410.18
HSL94.88º48.86%65.49%-
HSV(B)94.88º40.95%82.35%-
XYZ41.1855.0227.52-
YUV185.2593.44109.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 210 (82.42% from 255) = 42.51%
BLUE value IS 124 (48.83% from 255) = 25.10%
R=32.39%
G=42.51%
B=25.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602101240.2400.410.1894.8848.8665.49
HexA0D27C18029125f3141
Octal240322174300512213761101
Binary101000001101001011111001100001010011001010111111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D27C; }

 p { color: rgb(160,210,124); }

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

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

 a { background-color: rgb(160,210,124); }

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

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

 span { border-color: rgb(160,210,124); }

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