#9DCE8D

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

Shades of Gossip #9DCE8D

Tints of Gossip #9DCE8D

Color information

#9DCE8D (or 0x9DCE8D) is unknown color: approx Gossip. HEX triplet: 9D, CE and 8D. RGB value is (157,206,141). Sum of RGB (Red+Green+Blue) = 157+206+141=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCE8D is #623172. Grayscale: #B8B8B8. Windows color (decimal): -6435187 or 9293469. OLE color: 9293469.

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

Color convert

RGB157206141-
CMYK0.2400.320.19
HSL105.23º39.88%68.04%-
HSV(B)105.23º31.55%80.78%-
XYZ40.7853.2333.32-
YUV183.94103.77108.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=31.15%
G=40.87%
B=27.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061410.2400.320.19105.2339.8868.04
Hex9DCE8D1802013692844
Octal235316215300402315150104
Binary1001110111001110100011011100001000001001111010011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,206,141); }

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

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

 a { background-color: rgb(157,206,141); }

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

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

 span { border-color: rgb(157,206,141); }

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