#8CDC6E

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

Shades of Gossip #8CDC6E

Tints of Gossip #8CDC6E

Color information

#8CDC6E (or 0x8CDC6E) is unknown color: approx Gossip. HEX triplet: 8C, DC and 6E. RGB value is (140,220,110). Sum of RGB (Red+Green+Blue) = 140+220+110=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC6E is #732391. Grayscale: #B7B7B7. Windows color (decimal): -7545746 or 7265420. OLE color: 7265420.

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

Color convert

RGB140220110-
CMYK0.3600.500.14
HSL103.64º61.11%64.71%-
HSV(B)103.64º50%86.27%-
XYZ39.2257.8923.86-
YUV183.5486.596.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.79%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=29.79%
G=46.81%
B=23.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402201100.3600.500.14103.6461.1164.71
Hex8CDC6E24032E683d41
Octal214334156440621615075101
Binary100011001101110011011101001000110010111011010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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