#9DCA8E

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

Shades of Gossip #9DCA8E

Tints of Gossip #9DCA8E

Color information

#9DCA8E (or 0x9DCA8E) is unknown color: approx Gossip. HEX triplet: 9D, CA and 8E. RGB value is (157,202,142). Sum of RGB (Red+Green+Blue) = 157+202+142=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCA8E is #623571. Grayscale: #B5B5B5. Windows color (decimal): -6436210 or 9357981. OLE color: 9357981.

HSL color Cylindrical-coordinate representation of color #9DCA8E: hue angle of 105º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCA8E is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB157202142-
CMYK0.2200.300.21
HSL105º36.14%67.45%-
HSV(B)105º29.7%79.22%-
XYZ39.9151.3633.4-
YUV181.7105.59110.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=31.34%
G=40.32%
B=28.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021420.2200.300.2110536.1467.45
Hex9DCA8E1601E15692443
Octal235312216260362515144103
Binary100111011100101010001110101100111101010111010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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