#9DCE7D

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

Shades of Gossip #9DCE7D

Tints of Gossip #9DCE7D

Color information

#9DCE7D (or 0x9DCE7D) is unknown color: approx Gossip. HEX triplet: 9D, CE and 7D. RGB value is (157,206,125). Sum of RGB (Red+Green+Blue) = 157+206+125=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCE7D is #623182. Grayscale: #B6B6B6. Windows color (decimal): -6435203 or 8244893. OLE color: 8244893.

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

Color convert

RGB157206125-
CMYK0.2400.390.19
HSL96.3º45.25%64.9%-
HSV(B)96.3º39.32%80.78%-
XYZ39.6852.7927.5-
YUV182.1295.77110.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.17%
GREEN value IS 206 (80.86% from 255) = 42.21%
BLUE value IS 125 (49.22% from 255) = 25.61%
R=32.17%
G=42.21%
B=25.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572061250.2400.390.1996.345.2564.9
Hex9DCE7D1802713602d41
Octal235316175300472314055101
Binary100111011100111011111011100001001111001111000001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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