#9DD17B

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

Shades of Gossip #9DD17B

Tints of Gossip #9DD17B

Color information

#9DD17B (or 0x9DD17B) is unknown color: approx Gossip. HEX triplet: 9D, D1 and 7B. RGB value is (157,209,123). Sum of RGB (Red+Green+Blue) = 157+209+123=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD17B is #622E84. Grayscale: #B7B7B7. Windows color (decimal): -6434437 or 8114589. OLE color: 8114589.

HSL color Cylindrical-coordinate representation of color #9DD17B: hue angle of 96.28º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DD17B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB157209123-
CMYK0.2500.410.18
HSL96.28º48.31%65.1%-
HSV(B)96.28º41.15%81.96%-
XYZ40.2854.227.08-
YUV183.6593.77108.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=32.11%
G=42.74%
B=25.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1572091230.2500.410.1896.2848.3165.1
Hex9DD17B1902912603041
Octal235321173310512214060101
Binary100111011101000111110111100101010011001011000001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,123); }

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

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

 a { background-color: rgb(157,209,123); }

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

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

 span { border-color: rgb(157,209,123); }

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