Html Css Color HEX #8ED96D Gossip

📋 copy color: '#8ED96D'

red 142 ◦ green 217 ◦ blue 109

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

Shades of Gossip #8ED96D

Tints of Gossip #8ED96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.37%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 30.34%
G = 46.37%
B = 23.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#8ED96D (or 0x8ED96D) is known color: Gossip. HEX triplet: 8E, D9 and 6D. RGB value is (142,217,109). Sum of RGB (Red+Green+Blue) = 142+217+109=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED96D is #712692. Grayscale: #B6B6B6. Windows color (decimal): -7415443 or 7199118. OLE color: 7199118.

HSL color Cylindrical-coordinate representation of color #8ED96D: hue angle of 101.67º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ED96D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 217 109 -
CMYK 0.35 0 0.50 0.15
HSL 101.67º 0.59% 0.64% -
HSV(B) 101.67º 0.5% 0.85% -
XYZ 38.73 56.48 23.33 -
YUV 182.26 86.65 99.28 -
System Red Green Blue C M Y K H S L
Decimal 142 217 109 0.35 0 0.50 0.15 101.67 0.59 0.64
Hex 8E D9 6D 23 0 32 F 66 3B 40
Octal 216 331 155 43 0 62 17 146 73 100
Binary 10001110 11011001 1101101 100011 0 110010 1111 1100110 111011 1000000

Color Harmonies of #8ED96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED96D

Black with #8ED96D

Text Example


Text Example

White with #8ED96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,217,109); }

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

background-color css

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

 a { background-color: rgb(142,217,109); }

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

border-color css

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

 span { border-color: rgb(142,217,109); }

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