#8FD179

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

Shades of Gossip #8FD179

Tints of Gossip #8FD179

Color information

#8FD179 (or 0x8FD179) is unknown color: approx Gossip. HEX triplet: 8F, D1 and 79. RGB value is (143,209,121). Sum of RGB (Red+Green+Blue) = 143+209+121=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD179 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD179 is #702E86. Grayscale: #B3B3B3. Windows color (decimal): -7351943 or 7983503. OLE color: 7983503.

HSL color Cylindrical-coordinate representation of color #8FD179: hue angle of 105º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FD179 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB143209121-
CMYK0.3200.420.18
HSL105º48.89%64.71%-
HSV(B)105º42.11%81.96%-
XYZ37.5852.8226.3-
YUV179.2395.13102.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.23%
GREEN value IS 209 (82.03% from 255) = 44.19%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=30.23%
G=44.19%
B=25.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432091210.3200.420.1810548.8964.71
Hex8FD1792002A12693141
Octal217321171400522215161101
Binary1000111111010001111100110000001010101001011010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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