#8ED17F

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

Shades of Gossip #8ED17F

Tints of Gossip #8ED17F

Color information

#8ED17F (or 0x8ED17F) is unknown color: approx Gossip. HEX triplet: 8E, D1 and 7F. RGB value is (142,209,127). Sum of RGB (Red+Green+Blue) = 142+209+127=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED17F is #712E80. Grayscale: #B3B3B3. Windows color (decimal): -7417473 or 8376718. OLE color: 8376718.

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

Color convert

RGB142209127-
CMYK0.3200.390.18
HSL109.02º47.13%65.88%-
HSV(B)109.02º39.23%81.96%-
XYZ37.7952.8828.29-
YUV179.6298.3101.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.71%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 127 (50% from 255) = 26.57%
R=29.71%
G=43.72%
B=26.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091270.3200.390.18109.0247.1365.88
Hex8ED17F20027126d2f42
Octal216321177400472215557102
Binary1000111011010001111111110000001001111001011011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,209,127); }

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

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

 a { background-color: rgb(142,209,127); }

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

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

 span { border-color: rgb(142,209,127); }

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