#8DD97A

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

Shades of Gossip #8DD97A

Tints of Gossip #8DD97A

Color information

#8DD97A (or 0x8DD97A) is unknown color: approx Gossip. HEX triplet: 8D, D9 and 7A. RGB value is (141,217,122). Sum of RGB (Red+Green+Blue) = 141+217+122=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD97A is #722685. Grayscale: #B7B7B7. Windows color (decimal): -7480966 or 8051085. OLE color: 8051085.

HSL color Cylindrical-coordinate representation of color #8DD97A: hue angle of 108º 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 #8DD97A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB141217122-
CMYK0.3500.440.15
HSL108º55.56%66.47%-
HSV(B)108º43.78%85.1%-
XYZ39.3156.6927.28-
YUV183.4593.3297.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 217 (85.16% from 255) = 45.21%
BLUE value IS 122 (48.05% from 255) = 25.42%
R=29.38%
G=45.21%
B=25.42%

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
Decimal1412171220.3500.440.1510855.5666.47
Hex8DD97A2302CF6c3842
Octal215331172430541715470102
Binary100011011101100111110101000110101100111111011001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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