#8FC979

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

Shades of Gossip #8FC979

Tints of Gossip #8FC979

Color information

#8FC979 (or 0x8FC979) is unknown color: approx Gossip. HEX triplet: 8F, C9 and 79. RGB value is (143,201,121). Sum of RGB (Red+Green+Blue) = 143+201+121=465 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.75% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC979 is #703686. Grayscale: #AEAEAE. Windows color (decimal): -7353991 or 7981455. OLE color: 7981455.

HSL color Cylindrical-coordinate representation of color #8FC979: hue angle of 103.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC979 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB143201121-
CMYK0.2900.400.21
HSL103.5º42.55%63.14%-
HSV(B)103.5º39.8%78.82%-
XYZ35.6748.9925.67-
YUV174.5497.78105.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.75%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=30.75%
G=43.23%
B=26.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432011210.2900.400.21103.542.5563.14
Hex8FC9791D02815672b3f
Octal21731117135050251475377
Binary10001111110010011111001111010101000101011100111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FC979; }

 p { color: rgb(143,201,121); }

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

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

 a { background-color: rgb(143,201,121); }

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

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

 span { border-color: rgb(143,201,121); }

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