#9DC68E

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

Shades of Gossip #9DC68E

Tints of Gossip #9DC68E

Color information

#9DC68E (or 0x9DC68E) is unknown color: approx Gossip. HEX triplet: 9D, C6 and 8E. RGB value is (157,198,142). Sum of RGB (Red+Green+Blue) = 157+198+142=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC68E is #623971. Grayscale: #B3B3B3. Windows color (decimal): -6437234 or 9356957. OLE color: 9356957.

HSL color Cylindrical-coordinate representation of color #9DC68E: hue angle of 103.93º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC68E is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB157198142-
CMYK0.2100.280.22
HSL103.93º32.94%66.67%-
HSV(B)103.93º28.28%77.65%-
XYZ38.9849.5133.09-
YUV179.36106.92112.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 198 (77.73% from 255) = 39.84%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=31.59%
G=39.84%
B=28.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1571981420.2100.280.22103.9332.9466.67
Hex9DC68E1501C16682143
Octal235306216250342615041103
Binary100111011100011010001110101010111001011011010001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DC68E; }

 p { color: rgb(157,198,142); }

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

<style>
 a { background-color: #9DC68E; }

 a { background-color: rgb(157,198,142); }

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

<style>
 span { border-color: #9DC68E; }

 span { border-color: rgb(157,198,142); }

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