#8CD97A

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

Shades of Gossip #8CD97A

Tints of Gossip #8CD97A

Color information

#8CD97A (or 0x8CD97A) is unknown color: approx Gossip. HEX triplet: 8C, D9 and 7A. RGB value is (140,217,122). Sum of RGB (Red+Green+Blue) = 140+217+122=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #8CD97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD97A is #732685. Grayscale: #B7B7B7. Windows color (decimal): -7546502 or 8051084. OLE color: 8051084.

HSL color Cylindrical-coordinate representation of color #8CD97A: hue angle of 108.63º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CD97A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB140217122-
CMYK0.3500.440.15
HSL108.63º55.56%66.47%-
HSV(B)108.63º43.78%85.1%-
XYZ39.1456.6127.28-
YUV183.1593.4997.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=29.23%
G=45.30%
B=25.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1402171220.3500.440.15108.6355.5666.47
Hex8CD97A2302CF6d3842
Octal214331172430541715570102
Binary100011001101100111110101000110101100111111011011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,217,122); }

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

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

 a { background-color: rgb(140,217,122); }

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

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

 span { border-color: rgb(140,217,122); }

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