#9DCC8A

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

Shades of Gossip #9DCC8A

Tints of Gossip #9DCC8A

Color information

#9DCC8A (or 0x9DCC8A) is unknown color: approx Gossip. HEX triplet: 9D, CC and 8A. RGB value is (157,204,138). Sum of RGB (Red+Green+Blue) = 157+204+138=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCC8A is #623375. Grayscale: #B6B6B6. Windows color (decimal): -6435702 or 9096349. OLE color: 9096349.

HSL color Cylindrical-coordinate representation of color #9DCC8A: hue angle of 102.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DCC8A is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB157204138-
CMYK0.2300.320.2
HSL102.73º39.29%67.06%-
HSV(B)102.73º32.35%80%-
XYZ40.0852.1932.01-
YUV182.42102.93109.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.46%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=31.46%
G=40.88%
B=27.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1572041380.2300.320.2102.7339.2967.06
Hex9DCC8A1702014672743
Octal235314212270402414747103
Binary1001110111001100100010101011101000001010011001111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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