Html Css Color HEX #8ED17C Gossip

📋 copy color: '#8ED17C'

red 142 ◦ green 209 ◦ blue 124

#8ED17C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #8ED17C

Tints of Gossip #8ED17C

RGB

 RED value IS 142 (55.86% from 255) = 29.89%

 GREEN value IS 209 (82.03% from 255) = 44%

 BLUE value IS 124 (48.83% from 255) = 26.11%

R = 29.89%
G = 44%
B = 26.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#8ED17C (or 0x8ED17C) is known color: Gossip. HEX triplet: 8E, D1 and 7C. RGB value is (142,209,124). Sum of RGB (Red+Green+Blue) = 142+209+124=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED17C is #712E83. Grayscale: #B3B3B3. Windows color (decimal): -7417476 or 8180110. OLE color: 8180110.

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

Color convert

RGB 142 209 124 -
CMYK 0.32 0 0.41 0.18
HSL 107.29º 0.48% 0.65% -
HSV(B) 107.29º 0.41% 0.82% -
XYZ 37.59 52.81 27.28 -
YUV 179.28 96.8 101.41 -
System Red Green Blue C M Y K H S L
Decimal 142 209 124 0.32 0 0.41 0.18 107.29 0.48 0.65
Hex 8E D1 7C 20 0 29 12 6B 30 41
Octal 216 321 174 40 0 51 22 153 60 101
Binary 10001110 11010001 1111100 100000 0 101001 10010 1101011 110000 1000001

Color Harmonies of #8ED17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED17C

Black with #8ED17C

Text Example


Text Example

White with #8ED17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ED17C;
 }
 .AnyTagClassName
 {
   color: #8ED17C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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