#8EE16C

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

Shades of Gossip #8EE16C

Tints of Gossip #8EE16C

Color information

#8EE16C (or 0x8EE16C) is unknown color: approx Gossip. HEX triplet: 8E, E1 and 6C. RGB value is (142,225,108). Sum of RGB (Red+Green+Blue) = 142+225+108=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE16C is #711E93. Grayscale: #BBBBBB. Windows color (decimal): -7413396 or 7135630. OLE color: 7135630.

HSL color Cylindrical-coordinate representation of color #8EE16C: hue angle of 102.56º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8EE16C is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB142225108-
CMYK0.3700.520.12
HSL102.56º66.1%65.29%-
HSV(B)102.56º52%88.24%-
XYZ40.7960.6823.75-
YUV186.8483.596.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 108 (42.58% from 255) = 22.74%
R=29.89%
G=47.37%
B=22.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422251080.3700.520.12102.5666.165.29
Hex8EE16C25034C674241
Octal2163411544506414147102101
Binary1000111011100001110110010010101101001100110011110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,225,108); }

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

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

 a { background-color: rgb(142,225,108); }

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

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

 span { border-color: rgb(142,225,108); }

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