#8EE276

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

Shades of Gossip #8EE276

Tints of Gossip #8EE276

Color information

#8EE276 (or 0x8EE276) is unknown color: approx Gossip. HEX triplet: 8E, E2 and 76. RGB value is (142,226,118). Sum of RGB (Red+Green+Blue) = 142+226+118=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE276 is #711D89. Grayscale: #BCBCBC. Windows color (decimal): -7413130 or 7791246. OLE color: 7791246.

HSL color Cylindrical-coordinate representation of color #8EE276: hue angle of 106.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EE276 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB142226118-
CMYK0.3700.480.11
HSL106.67º65.06%67.45%-
HSV(B)106.67º47.79%88.63%-
XYZ41.6261.4526.81-
YUV188.5788.1794.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.22%
GREEN value IS 226 (88.67% from 255) = 46.50%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=29.22%
G=46.50%
B=24.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422261180.3700.480.11106.6765.0667.45
Hex8EE27625030B6b4143
Octal2163421664506013153101103
Binary1000111011100010111011010010101100001011110101110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,226,118); }

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

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

 a { background-color: rgb(142,226,118); }

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

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

 span { border-color: rgb(142,226,118); }

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