Html Css Color HEX #8ED172 Gossip

📋 copy color: '#8ED172'

red 142 ◦ green 209 ◦ blue 114

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

Shades of Gossip #8ED172

Tints of Gossip #8ED172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.52%

R = 30.54%
G = 44.95%
B = 24.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#8ED172 (or 0x8ED172) is known color: Gossip. HEX triplet: 8E, D1 and 72. RGB value is (142,209,114). Sum of RGB (Red+Green+Blue) = 142+209+114=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED172 is #712E8D. Grayscale: #B2B2B2. Windows color (decimal): -7417486 or 7524750. OLE color: 7524750.

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

Color convert

RGB 142 209 114 -
CMYK 0.32 0 0.45 0.18
HSL 102.32º 0.51% 0.63% -
HSV(B) 102.32º 0.45% 0.82% -
XYZ 36.99 52.57 24.12 -
YUV 178.14 91.8 102.22 -
System Red Green Blue C M Y K H S L
Decimal 142 209 114 0.32 0 0.45 0.18 102.32 0.51 0.63
Hex 8E D1 72 20 0 2D 12 66 33 3F
Octal 216 321 162 40 0 55 22 146 63 77
Binary 10001110 11010001 1110010 100000 0 101101 10010 1100110 110011 111111

Color Harmonies of #8ED172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED172

Black with #8ED172

Text Example


Text Example

White with #8ED172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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