#9DD98B

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

Shades of Gossip #9DD98B

Tints of Gossip #9DD98B

Color information

#9DD98B (or 0x9DD98B) is unknown color: approx Gossip. HEX triplet: 9D, D9 and 8B. RGB value is (157,217,139). Sum of RGB (Red+Green+Blue) = 157+217+139=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD98B is #622674. Grayscale: #BEBEBE. Windows color (decimal): -6432373 or 9165213. OLE color: 9165213.

HSL color Cylindrical-coordinate representation of color #9DD98B: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DD98B is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB157217139-
CMYK0.2800.360.15
HSL106.15º50.65%69.8%-
HSV(B)106.15º35.94%85.1%-
XYZ43.3858.6633.46-
YUV190.1799.12104.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 139 (54.69% from 255) = 27.10%
R=30.60%
G=42.30%
B=27.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171390.2800.360.15106.1550.6569.8
Hex9DD98B1C024F6a3346
Octal235331213340441715263106
Binary100111011101100110001011111000100100111111010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,217,139); }

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

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

 a { background-color: rgb(157,217,139); }

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

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

 span { border-color: rgb(157,217,139); }

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