#9AC977

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

Shades of Gossip #9AC977

Tints of Gossip #9AC977

Color information

#9AC977 (or 0x9AC977) is unknown color: approx Gossip. HEX triplet: 9A, C9 and 77. RGB value is (154,201,119). Sum of RGB (Red+Green+Blue) = 154+201+119=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC977 is #653688. Grayscale: #B1B1B1. Windows color (decimal): -6633097 or 7850394. OLE color: 7850394.

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

Color convert

RGB154201119-
CMYK0.2300.410.21
HSL94.39º43.16%62.75%-
HSV(B)94.39º40.8%78.82%-
XYZ37.5449.9825.12-
YUV177.694.93111.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.49%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=32.49%
G=42.41%
B=25.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542011190.2300.410.2194.3943.1662.75
Hex9AC97717029155e2b3f
Octal23231116727051251365377
Binary10011010110010011110111101110101001101011011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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