#8FC978

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

Shades of Gossip #8FC978

Tints of Gossip #8FC978

Color information

#8FC978 (or 0x8FC978) is unknown color: approx Gossip. HEX triplet: 8F, C9 and 78. RGB value is (143,201,120). Sum of RGB (Red+Green+Blue) = 143+201+120=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC978 is #703687. Grayscale: #AEAEAE. Windows color (decimal): -7353992 or 7915919. OLE color: 7915919.

HSL color Cylindrical-coordinate representation of color #8FC978: hue angle of 102.96º 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 #8FC978 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB143201120-
CMYK0.2900.400.21
HSL102.96º42.86%62.94%-
HSV(B)102.96º40.3%78.82%-
XYZ35.648.9725.34-
YUV174.4297.28105.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 201 (78.91% from 255) = 43.32%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=30.82%
G=43.32%
B=25.86%

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
Decimal1432011200.2900.400.21102.9642.8662.94
Hex8FC9781D02815672b3f
Octal21731117035050251475377
Binary10001111110010011111000111010101000101011100111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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