#9FD38F

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

Shades of Gossip #9FD38F

Tints of Gossip #9FD38F

Color information

#9FD38F (or 0x9FD38F) is unknown color: approx Gossip. HEX triplet: 9F, D3 and 8F. RGB value is (159,211,143). Sum of RGB (Red+Green+Blue) = 159+211+143=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD38F is #602C70. Grayscale: #BBBBBB. Windows color (decimal): -6302833 or 9425823. OLE color: 9425823.

HSL color Cylindrical-coordinate representation of color #9FD38F: hue angle of 105.88º 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 #9FD38F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB159211143-
CMYK0.2500.320.17
HSL105.88º43.59%69.41%-
HSV(B)105.88º32.23%82.75%-
XYZ42.5555.9434.54-
YUV187.7102.77107.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=30.99%
G=41.13%
B=27.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1592111430.2500.320.17105.8843.5969.41
Hex9FD38F19020116a2c45
Octal237323217310402115254105
Binary1001111111010011100011111100101000001000111010101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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