#9FC981

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

Shades of Gossip #9FC981

Tints of Gossip #9FC981

Color information

#9FC981 (or 0x9FC981) is unknown color: approx Gossip. HEX triplet: 9F, C9 and 81. RGB value is (159,201,129). Sum of RGB (Red+Green+Blue) = 159+201+129=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC981 is #60367E. Grayscale: #B4B4B4. Windows color (decimal): -6305407 or 8505759. OLE color: 8505759.

HSL color Cylindrical-coordinate representation of color #9FC981: hue angle of 95º 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 #9FC981 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB159201129-
CMYK0.2100.360.21
HSL95º40%64.71%-
HSV(B)95º35.82%78.82%-
XYZ39.1550.7328.5-
YUV180.2399.09112.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 201 (78.91% from 255) = 41.10%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=32.52%
G=41.10%
B=26.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011290.2100.360.21954064.71
Hex9FC98115024155f2841
Octal237311201250442513750101
Binary1001111111001001100000011010101001001010110111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,201,129); }

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

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

 a { background-color: rgb(159,201,129); }

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

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

 span { border-color: rgb(159,201,129); }

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