#8ED06F

Color #8ED06F Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8ED06F

Tints of Gossip #8ED06F

Color information

#8ED06F (or 0x8ED06F) is unknown color: approx Gossip. HEX triplet: 8E, D0 and 6F. RGB value is (142,208,111). Sum of RGB (Red+Green+Blue) = 142+208+111=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED06F is #712F90. Grayscale: #B1B1B1. Windows color (decimal): -7417745 or 7327886. OLE color: 7327886.

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

Color convert

RGB142208111-
CMYK0.3200.470.18
HSL100.82º50.79%62.55%-
HSV(B)100.82º46.63%81.57%-
XYZ36.5852.0123.15-
YUV177.2190.63102.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=30.80%
G=45.12%
B=24.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081110.3200.470.18100.8250.7962.55
Hex8ED06F2002F1265333f
Octal21632015740057221456377
Binary100011101101000011011111000000101111100101100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,208,111); }

 H1.HeaderClassName
 {
   color: #8ED06F;
 }
 .AnyTagClassName
 {
   color: #8ED06F;
 }
</style>
background-color css

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

 a { background-color: rgb(142,208,111); }

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

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

 span { border-color: rgb(142,208,111); }

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