#A0C88E

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

Shades of Gossip #A0C88E

Tints of Gossip #A0C88E

Color information

#A0C88E (or 0xA0C88E) is unknown color: approx Gossip. HEX triplet: A0, C8 and 8E. RGB value is (160,200,142). Sum of RGB (Red+Green+Blue) = 160+200+142=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C88E is #5F3771. Grayscale: #B5B5B5. Windows color (decimal): -6240114 or 9357472. OLE color: 9357472.

HSL color Cylindrical-coordinate representation of color #A0C88E: hue angle of 101.38º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0C88E is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB160200142-
CMYK0.200.290.22
HSL101.38º34.52%67.06%-
HSV(B)101.38º29%78.43%-
XYZ40.0350.7433.27-
YUV181.43105.75112.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=31.87%
G=39.84%
B=28.29%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001420.200.290.22101.3834.5267.06
HexA0C88E1401D16652343
Octal240310216240352614543103
Binary101000001100100010001110101000111011011011001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C88E; }

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

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

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

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

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

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

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

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