#8FD17E

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

Shades of Gossip #8FD17E

Tints of Gossip #8FD17E

Color information

#8FD17E (or 0x8FD17E) is unknown color: approx Gossip. HEX triplet: 8F, D1 and 7E. RGB value is (143,209,126). Sum of RGB (Red+Green+Blue) = 143+209+126=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #8FD17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD17E is #702E81. Grayscale: #B4B4B4. Windows color (decimal): -7351938 or 8311183. OLE color: 8311183.

HSL color Cylindrical-coordinate representation of color #8FD17E: hue angle of 107.71º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FD17E is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB143209126-
CMYK0.3200.400.18
HSL107.71º47.43%65.69%-
HSV(B)107.71º39.71%81.96%-
XYZ37.8952.9527.96-
YUV179.897.63101.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=29.92%
G=43.72%
B=26.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1432091260.3200.400.18107.7147.4365.69
Hex8FD17E20028126c2f42
Octal217321176400502215457102
Binary1000111111010001111111010000001010001001011011001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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