#8ED178

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

Shades of Gossip #8ED178

Tints of Gossip #8ED178

Color information

#8ED178 (or 0x8ED178) is unknown color: approx Gossip. HEX triplet: 8E, D1 and 78. RGB value is (142,209,120). Sum of RGB (Red+Green+Blue) = 142+209+120=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED178 is #712E87. Grayscale: #B3B3B3. Windows color (decimal): -7417480 or 7917966. OLE color: 7917966.

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

Color convert

RGB142209120-
CMYK0.3200.430.18
HSL105.17º49.17%64.51%-
HSV(B)105.17º42.58%81.96%-
XYZ37.3552.7125.97-
YUV178.8294.8101.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 209 (82.03% from 255) = 44.37%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=30.15%
G=44.37%
B=25.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422091200.3200.430.18105.1749.1764.51
Hex8ED1782002B12693141
Octal216321170400532215161101
Binary1000111011010001111100010000001010111001011010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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