#8cdc6c

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

Shades of Gossip #8CDC6C

Tints of Gossip #8CDC6C

Color information

#8CDC6C (or 0x8CDC6C) is unknown color: approx Gossip. HEX triplet: 8C, DC and 6C. RGB value is (140,220,108). Sum of RGB (Red+Green+Blue) = 140+220+108=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC6C is #732393. Grayscale: #B7B7B7. Windows color (decimal): -7545748 or 7134348. OLE color: 7134348.

HSL color Cylindrical-coordinate representation of color #8CDC6C: hue angle of 102.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CDC6C is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB140220108-
CMYK0.3600.510.14
HSL102.86º61.54%64.31%-
HSV(B)102.86º50.91%86.27%-
XYZ39.1257.8423.29-
YUV183.3185.597.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 220 (86.33% from 255) = 47.01%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=29.91%
G=47.01%
B=23.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402201080.3600.510.14102.8661.5464.31
Hex8CDC6C24033E673e40
Octal214334154440631614776100
Binary100011001101110011011001001000110011111011001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cdc6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,220,108); }

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

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

 a { background-color: rgb(140,220,108); }

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

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

 span { border-color: rgb(140,220,108); }

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