#8DC17B

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

Shades of Gossip #8DC17B

Tints of Gossip #8DC17B

Color information

#8DC17B (or 0x8DC17B) is unknown color: approx Gossip. HEX triplet: 8D, C1 and 7B. RGB value is (141,193,123). Sum of RGB (Red+Green+Blue) = 141+193+123=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC17B is #723E84. Grayscale: #A9A9A9. Windows color (decimal): -7487109 or 8110477. OLE color: 8110477.

HSL color Cylindrical-coordinate representation of color #8DC17B: hue angle of 104.57º 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 #8DC17B is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB141193123-
CMYK0.2700.360.24
HSL104.57º36.08%61.96%-
HSV(B)104.57º36.27%75.69%-
XYZ33.6345.2325.7-
YUV169.47101.77107.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.85%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=30.85%
G=42.23%
B=26.91%

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
Decimal1411931230.2700.360.24104.5736.0861.96
Hex8DC17B1B0241869243e
Octal21530117333044301514476
Binary10001101110000011111011110110100100110001101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,193,123); }

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

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

 a { background-color: rgb(141,193,123); }

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

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

 span { border-color: rgb(141,193,123); }

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