#8FC97C

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

Shades of Gossip #8FC97C

Tints of Gossip #8FC97C

Color information

#8FC97C (or 0x8FC97C) is unknown color: approx Gossip. HEX triplet: 8F, C9 and 7C. RGB value is (143,201,124). Sum of RGB (Red+Green+Blue) = 143+201+124=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC97C is #703683. Grayscale: #AFAFAF. Windows color (decimal): -7353988 or 8178063. OLE color: 8178063.

HSL color Cylindrical-coordinate representation of color #8FC97C: hue angle of 105.19º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FC97C is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB143201124-
CMYK0.2900.380.21
HSL105.19º41.62%63.73%-
HSV(B)105.19º38.31%78.82%-
XYZ35.8549.0726.65-
YUV174.8899.28105.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.56%
GREEN value IS 201 (78.91% from 255) = 42.95%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=30.56%
G=42.95%
B=26.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432011240.2900.380.21105.1941.6263.73
Hex8FC97C1D02615692a40
Octal217311174350462515152100
Binary100011111100100111111001110101001101010111010011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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