Html Css Color HEX #8ED670 Gossip

📋 copy color: '#8ED670'

red 142 ◦ green 214 ◦ blue 112

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

Shades of Gossip #8ED670

Tints of Gossip #8ED670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.73%

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

R = 30.34%
G = 45.73%
B = 23.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#8ED670 (or 0x8ED670) is known color: Gossip. HEX triplet: 8E, D6 and 70. RGB value is (142,214,112). Sum of RGB (Red+Green+Blue) = 142+214+112=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED670 is #71298F. Grayscale: #B5B5B5. Windows color (decimal): -7416208 or 7394958. OLE color: 7394958.

HSL color Cylindrical-coordinate representation of color #8ED670: hue angle of 102.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ED670 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 214 112 -
CMYK 0.34 0 0.48 0.16
HSL 102.35º 0.55% 0.64% -
HSV(B) 102.35º 0.48% 0.84% -
XYZ 38.13 55.01 23.94 -
YUV 180.84 89.15 100.29 -
System Red Green Blue C M Y K H S L
Decimal 142 214 112 0.34 0 0.48 0.16 102.35 0.55 0.64
Hex 8E D6 70 22 0 30 10 66 37 40
Octal 216 326 160 42 0 60 20 146 67 100
Binary 10001110 11010110 1110000 100010 0 110000 10000 1100110 110111 1000000

Color Harmonies of #8ED670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED670

Black with #8ED670

Text Example


Text Example

White with #8ED670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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