#9DD38F

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

Shades of Gossip #9DD38F

Tints of Gossip #9DD38F

Color information

#9DD38F (or 0x9DD38F) is unknown color: approx Gossip. HEX triplet: 9D, D3 and 8F. RGB value is (157,211,143). Sum of RGB (Red+Green+Blue) = 157+211+143=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD38F is #622C70. Grayscale: #BBBBBB. Windows color (decimal): -6433905 or 9425821. OLE color: 9425821.

HSL color Cylindrical-coordinate representation of color #9DD38F: hue angle of 107.65º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DD38F is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB157211143-
CMYK0.2600.320.17
HSL107.65º43.59%69.41%-
HSV(B)107.65º32.23%82.75%-
XYZ42.1655.7434.52-
YUV187.1103.11106.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=30.72%
G=41.29%
B=27.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572111430.2600.320.17107.6543.5969.41
Hex9DD38F1A020116c2c45
Octal235323217320402115454105
Binary1001110111010011100011111101001000001000111011001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,211,143); }

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

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

 a { background-color: rgb(157,211,143); }

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

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

 span { border-color: rgb(157,211,143); }

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