#A0CE84

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

Shades of Gossip #A0CE84

Tints of Gossip #A0CE84

Color information

#A0CE84 (or 0xA0CE84) is unknown color: approx Gossip. HEX triplet: A0, CE and 84. RGB value is (160,206,132). Sum of RGB (Red+Green+Blue) = 160+206+132=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CE84 is #5F317B. Grayscale: #B8B8B8. Windows color (decimal): -6238588 or 8703648. OLE color: 8703648.

HSL color Cylindrical-coordinate representation of color #A0CE84: hue angle of 97.3º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0CE84 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB160206132-
CMYK0.2200.360.19
HSL97.3º43.02%66.27%-
HSV(B)97.3º35.92%80.78%-
XYZ40.7353.2829.97-
YUV183.8198.76111.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 132 (51.95% from 255) = 26.51%
R=32.13%
G=41.37%
B=26.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1602061320.2200.360.1997.343.0266.27
HexA0CE841602413612b42
Octal240316204260442314153102
Binary1010000011001110100001001011001001001001111000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE84; }

 p { color: rgb(160,206,132); }

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

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

 a { background-color: rgb(160,206,132); }

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

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

 span { border-color: rgb(160,206,132); }

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