#A0C48E

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

Shades of Gossip #A0C48E

Tints of Gossip #A0C48E

Color information

#A0C48E (or 0xA0C48E) is unknown color: approx Gossip. HEX triplet: A0, C4 and 8E. RGB value is (160,196,142). Sum of RGB (Red+Green+Blue) = 160+196+142=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C48E is #5F3B71. Grayscale: #B3B3B3. Windows color (decimal): -6241138 or 9356448. OLE color: 9356448.

HSL color Cylindrical-coordinate representation of color #A0C48E: hue angle of 100º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0C48E is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB160196142-
CMYK0.1800.280.23
HSL100º31.4%66.27%-
HSV(B)100º27.55%76.86%-
XYZ39.1248.9132.97-
YUV179.08107.07114.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=32.13%
G=39.36%
B=28.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601961420.1800.280.2310031.466.27
HexA0C48E1201C17641f42
Octal240304216220342714437102
Binary10100000110001001000111010010011100101111100100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C48E; }

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

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

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

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

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

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

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

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