#8FC576

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

Shades of Gossip #8FC576

Tints of Gossip #8FC576

Color information

#8FC576 (or 0x8FC576) is unknown color: approx Gossip. HEX triplet: 8F, C5 and 76. RGB value is (143,197,118). Sum of RGB (Red+Green+Blue) = 143+197+118=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #8FC576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC576 is #703A89. Grayscale: #ACACAC. Windows color (decimal): -7355018 or 7783823. OLE color: 7783823.

HSL color Cylindrical-coordinate representation of color #8FC576: hue angle of 101.01º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC576 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB143197118-
CMYK0.2700.400.23
HSL101.01º40.51%61.76%-
HSV(B)101.01º40.1%77.25%-
XYZ34.5647.0824.41-
YUV171.8597.61107.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.22%
GREEN value IS 197 (77.34% from 255) = 43.01%
BLUE value IS 118 (46.48% from 255) = 25.76%
R=31.22%
G=43.01%
B=25.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1431971180.2700.400.23101.0140.5161.76
Hex8FC5761B0281765293e
Octal21730516633050271455176
Binary10001111110001011110110110110101000101111100101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,197,118); }

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

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

 a { background-color: rgb(143,197,118); }

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

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

 span { border-color: rgb(143,197,118); }

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