#9AC880

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

Shades of Gossip #9AC880

Tints of Gossip #9AC880

Color information

#9AC880 (or 0x9AC880) is unknown color: approx Gossip. HEX triplet: 9A, C8 and 80. RGB value is (154,200,128). Sum of RGB (Red+Green+Blue) = 154+200+128=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #9AC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC880 is #65377F. Grayscale: #B2B2B2. Windows color (decimal): -6633344 or 8439962. OLE color: 8439962.

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

Color convert

RGB154200128-
CMYK0.2300.360.22
HSL98.33º39.56%64.31%-
HSV(B)98.33º36%78.43%-
XYZ37.8849.7428.03-
YUV178.0499.76110.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 200 (78.52% from 255) = 41.49%
BLUE value IS 128 (50.39% from 255) = 26.56%
R=31.95%
G=41.49%
B=26.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1542001280.2300.360.2298.3339.5664.31
Hex9AC8801702416622840
Octal232310200270442614250100
Binary1001101011001000100000001011101001001011011000101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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