Html Css Color HEX #8ED970 Gossip

📋 copy color: '#8ED970'

red 142 ◦ green 217 ◦ blue 112

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

Shades of Gossip #8ED970

Tints of Gossip #8ED970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.78%

R = 30.15%
G = 46.07%
B = 23.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#8ED970 (or 0x8ED970) is known color: Gossip. HEX triplet: 8E, D9 and 70. RGB value is (142,217,112). Sum of RGB (Red+Green+Blue) = 142+217+112=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED970 is #71268F. Grayscale: #B6B6B6. Windows color (decimal): -7415440 or 7395726. OLE color: 7395726.

HSL color Cylindrical-coordinate representation of color #8ED970: hue angle of 102.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ED970 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 217 112 -
CMYK 0.35 0 0.48 0.15
HSL 102.86º 0.58% 0.65% -
HSV(B) 102.86º 0.48% 0.85% -
XYZ 38.89 56.55 24.19 -
YUV 182.61 88.15 99.04 -
System Red Green Blue C M Y K H S L
Decimal 142 217 112 0.35 0 0.48 0.15 102.86 0.58 0.65
Hex 8E D9 70 23 0 30 F 67 3A 41
Octal 216 331 160 43 0 60 17 147 72 101
Binary 10001110 11011001 1110000 100011 0 110000 1111 1100111 111010 1000001

Color Harmonies of #8ED970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED970

Black with #8ED970

Text Example


Text Example

White with #8ED970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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