#9AC980

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

Shades of Gossip #9AC980

Tints of Gossip #9AC980

Color information

#9AC980 (or 0x9AC980) is unknown color: approx Gossip. HEX triplet: 9A, C9 and 80. RGB value is (154,201,128). Sum of RGB (Red+Green+Blue) = 154+201+128=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC980 is #65367F. Grayscale: #B2B2B2. Windows color (decimal): -6633088 or 8440218. OLE color: 8440218.

HSL color Cylindrical-coordinate representation of color #9AC980: hue angle of 98.63º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AC980 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB154201128-
CMYK0.2300.360.21
HSL98.63º40.33%64.51%-
HSV(B)98.63º36.32%78.82%-
XYZ38.1150.228.1-
YUV178.6299.43110.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 201 (78.91% from 255) = 41.61%
BLUE value IS 128 (50.39% from 255) = 26.50%
R=31.88%
G=41.61%
B=26.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011280.2300.360.2198.6340.3364.51
Hex9AC9801702415632841
Octal232311200270442514350101
Binary1001101011001001100000001011101001001010111000111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC980; }

 p { color: rgb(154,201,128); }

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

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

 a { background-color: rgb(154,201,128); }

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

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

 span { border-color: rgb(154,201,128); }

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