#9DC38A

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

Shades of Gossip #9DC38A

Tints of Gossip #9DC38A

Color information

#9DC38A (or 0x9DC38A) is unknown color: approx Gossip. HEX triplet: 9D, C3 and 8A. RGB value is (157,195,138). Sum of RGB (Red+Green+Blue) = 157+195+138=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #9DC38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC38A is #623C75. Grayscale: #B1B1B1. Windows color (decimal): -6438006 or 9094045. OLE color: 9094045.

HSL color Cylindrical-coordinate representation of color #9DC38A: hue angle of 100º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DC38A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB157195138-
CMYK0.1900.290.24
HSL100º32.2%65.29%-
HSV(B)100º29.23%76.47%-
XYZ38.0148.0331.31-
YUV177.14105.91113.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.04%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=32.04%
G=39.80%
B=28.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571951380.1900.290.2410032.265.29
Hex9DC38A1301D18642041
Octal235303212230353014440101
Binary100111011100001110001010100110111011100011001001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,195,138); }

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

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

 a { background-color: rgb(157,195,138); }

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

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

 span { border-color: rgb(157,195,138); }

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