#A0C888

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

Shades of Gossip #A0C888

Tints of Gossip #A0C888

Color information

#A0C888 (or 0xA0C888) is unknown color: approx Gossip. HEX triplet: A0, C8 and 88. RGB value is (160,200,136). Sum of RGB (Red+Green+Blue) = 160+200+136=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C888 is #5F3777. Grayscale: #B4B4B4. Windows color (decimal): -6240120 or 8964256. OLE color: 8964256.

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

Color convert

RGB160200136-
CMYK0.200.320.22
HSL97.5º36.78%65.88%-
HSV(B)97.5º32%78.43%-
XYZ39.650.5630.96-
YUV180.74102.75113.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 200 (78.52% from 255) = 40.32%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=32.26%
G=40.32%
B=27.42%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001360.200.320.2297.536.7865.88
HexA0C8881402016612542
Octal240310210240402614145102
Binary1010000011001000100010001010001000001011011000011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C888; }

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

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

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

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

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

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

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

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