#8DC27C

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

Shades of Gossip #8DC27C

Tints of Gossip #8DC27C

Color information

#8DC27C (or 0x8DC27C) is unknown color: approx Gossip. HEX triplet: 8D, C2 and 7C. RGB value is (141,194,124). Sum of RGB (Red+Green+Blue) = 141+194+124=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC27C is #723D83. Grayscale: #AAAAAA. Windows color (decimal): -7486852 or 8176269. OLE color: 8176269.

HSL color Cylindrical-coordinate representation of color #8DC27C: hue angle of 105.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DC27C is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB141194124-
CMYK0.2700.360.24
HSL105.43º36.46%62.35%-
HSV(B)105.43º36.08%76.08%-
XYZ33.9145.726.1-
YUV170.17101.94107.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 194 (76.17% from 255) = 42.27%
BLUE value IS 124 (48.83% from 255) = 27.02%
R=30.72%
G=42.27%
B=27.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411941240.2700.360.24105.4336.4662.35
Hex8DC27C1B0241869243e
Octal21530217433044301514476
Binary10001101110000101111100110110100100110001101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,194,124); }

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

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

 a { background-color: rgb(141,194,124); }

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

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

 span { border-color: rgb(141,194,124); }

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