#8ED171

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

Shades of Gossip #8ED171

Tints of Gossip #8ED171

Color information

#8ED171 (or 0x8ED171) is unknown color: approx Gossip. HEX triplet: 8E, D1 and 71. RGB value is (142,209,113). Sum of RGB (Red+Green+Blue) = 142+209+113=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED171 is #712E8E. Grayscale: #B2B2B2. Windows color (decimal): -7417487 or 7459214. OLE color: 7459214.

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

Color convert

RGB142209113-
CMYK0.3200.460.18
HSL101.88º51.06%63.14%-
HSV(B)101.88º45.93%81.96%-
XYZ36.9452.5423.82-
YUV178.0291.3102.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=30.60%
G=45.04%
B=24.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091130.3200.460.18101.8851.0663.14
Hex8ED1712002E1266333f
Octal21632116140056221466377
Binary100011101101000111100011000000101110100101100110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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