#8FDC6D

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

Shades of Gossip #8FDC6D

Tints of Gossip #8FDC6D

Color information

#8FDC6D (or 0x8FDC6D) is unknown color: approx Gossip. HEX triplet: 8F, DC and 6D. RGB value is (143,220,109). Sum of RGB (Red+Green+Blue) = 143+220+109=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC6D is #702392. Grayscale: #B8B8B8. Windows color (decimal): -7349139 or 7199887. OLE color: 7199887.

HSL color Cylindrical-coordinate representation of color #8FDC6D: hue angle of 101.62º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FDC6D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB143220109-
CMYK0.3500.500.14
HSL101.62º61.33%64.51%-
HSV(B)101.62º50.45%86.27%-
XYZ39.6858.1323.6-
YUV184.3285.4998.53-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.30%
GREEN value IS 220 (86.33% from 255) = 46.61%
BLUE value IS 109 (42.97% from 255) = 23.09%
R=30.30%
G=46.61%
B=23.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432201090.3500.500.14101.6261.3364.51
Hex8FDC6D23032E663d41
Octal217334155430621614675101
Binary100011111101110011011011000110110010111011001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,109); }

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

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

 a { background-color: rgb(143,220,109); }

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

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

 span { border-color: rgb(143,220,109); }

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