#8DC67C

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

Shades of Gossip #8DC67C

Tints of Gossip #8DC67C

Color information

#8DC67C (or 0x8DC67C) is unknown color: approx Gossip. HEX triplet: 8D, C6 and 7C. RGB value is (141,198,124). Sum of RGB (Red+Green+Blue) = 141+198+124=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC67C is #723983. Grayscale: #ACACAC. Windows color (decimal): -7485828 or 8177293. OLE color: 8177293.

HSL color Cylindrical-coordinate representation of color #8DC67C: hue angle of 106.22º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DC67C is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB141198124-
CMYK0.2900.370.22
HSL106.22º39.36%63.14%-
HSV(B)106.22º37.37%77.65%-
XYZ34.8247.5126.4-
YUV172.52100.62105.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.45%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=30.45%
G=42.76%
B=26.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411981240.2900.370.22106.2239.3663.14
Hex8DC67C1D025166a273f
Octal21530617435045261524777
Binary10001101110001101111100111010100101101101101010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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