Html Css Color HEX #8EDA6E Gossip

📋 copy color: '#8EDA6E'

red 142 ◦ green 218 ◦ blue 110

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

Shades of Gossip #8EDA6E

Tints of Gossip #8EDA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.38%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 30.21%
G = 46.38%
B = 23.4%

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

#8EDA6E (or 0x8EDA6E) is known color: Gossip. HEX triplet: 8E, DA and 6E. RGB value is (142,218,110). Sum of RGB (Red+Green+Blue) = 142+218+110=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA6E is #712591. Grayscale: #B7B7B7. Windows color (decimal): -7415186 or 7264910. OLE color: 7264910.

HSL color Cylindrical-coordinate representation of color #8EDA6E: hue angle of 102.22º 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 #8EDA6E is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 218 110 -
CMYK 0.35 0 0.50 0.15
HSL 102.22º 0.59% 0.64% -
HSV(B) 102.22º 0.5% 0.85% -
XYZ 39.04 57.02 23.7 -
YUV 182.96 86.82 98.78 -
System Red Green Blue C M Y K H S L
Decimal 142 218 110 0.35 0 0.50 0.15 102.22 0.59 0.64
Hex 8E DA 6E 23 0 32 F 66 3B 40
Octal 216 332 156 43 0 62 17 146 73 100
Binary 10001110 11011010 1101110 100011 0 110010 1111 1100110 111011 1000000

Color Harmonies of #8EDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDA6E

Black with #8EDA6E

Text Example


Text Example

White with #8EDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,218,110); }

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

background-color css

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

 a { background-color: rgb(142,218,110); }

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

border-color css

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

 span { border-color: rgb(142,218,110); }

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